aboutsummaryrefslogtreecommitdiffstats
path: root/pkg/ast/ast.go
Commit message (Expand)AuthorAgeFilesLines
* pkg, prog: add per-field direction attributeNecip Fazil Yildiran2020-08-131-0/+1
* all: fix dup types in func argsDmitry Vyukov2020-07-041-1/+1
* .golangci.yml: make goconst checker more strictDmitry Vyukov2020-06-071-1/+1
* .golangci.yml: enable godot checkerDmitry Vyukov2020-06-051-2/+2
* pkg/ast: add call attributesDmitry Vyukov2020-04-191-0/+1
* pkg/ast: introduce hex-encoded string literalsDmitry Vyukov2020-02-101-0/+9
* pkg/ast: unexport Node.Walk()Paul Chaignon2019-10-231-2/+2
* pkg/ast: refactor COLON handlingDmitry Vyukov2019-05-141-7/+4
* pkg/compiler: support negative integersDmitry Vyukov2018-07-091-7/+8
* pkg/ast: support char constantsDmitry Vyukov2018-04-291-3/+11
* pkg/compiler: switch attributes from Ident to TypeDmitry Vyukov2018-03-051-1/+1
* pkg/compiler: allow use of empty stringsDmitry Vyukov2018-01-231-4/+5
* pkg/compiler: support type templatesDmitry Vyukov2018-01-131-4/+6
* pkg/ast: refactor WalkDmitry Vyukov2018-01-111-0/+3
* sys: support type aliases (aka typedefs)Dmitry Vyukov2018-01-081-0/+14
* pkg/compiler: more static error checkingDmitry Vyukov2017-08-271-2/+68
* pkg/compiler, sys/syz-sysgen: move const handling to pkg/compilerDmitry Vyukov2017-08-271-0/+11
* sys/syz-extract: switch to the new parserDmitry Vyukov2017-08-181-4/+5
* pkg/ast: new parser for sys descriptionsDmitry Vyukov2017-08-181-0/+118