aboutsummaryrefslogtreecommitdiffstats
path: root/pkg/ast/testdata
Commit message (Expand)AuthorAgeFilesLines
* pkg, prog: add per-field direction attributeNecip Fazil Yildiran2020-08-131-0/+13
* pkg/ast: extend testsDmitry Vyukov2020-05-012-79/+84
* pkg/ast: add call attributesDmitry Vyukov2020-04-191-0/+6
* pkg/ast: introduce hex-encoded string literalsDmitry Vyukov2020-02-101-4/+3
* pkg/compiler: support complex len targetsDmitry Vyukov2019-05-141-1/+2
* pkg/ast: refactor COLON handlingDmitry Vyukov2019-05-141-0/+1
* pkg/compiler: support negative integersDmitry Vyukov2018-07-091-0/+1
* pkg/ast: support char constantsDmitry Vyukov2018-04-291-0/+3
* pkg/compiler: switch attributes from Ident to TypeDmitry Vyukov2018-03-051-0/+4
* pkg/compiler: allow use of empty stringsDmitry Vyukov2018-01-231-2/+2
* pkg/compiler: support type templatesDmitry Vyukov2018-01-131-2/+17
* pkg/compiler: add builtin bool type aliasesDmitry Vyukov2018-01-081-2/+2
* sys: support type aliases (aka typedefs)Dmitry Vyukov2018-01-081-0/+5
* pkg/ast: prohibit empty stringsDmitry Vyukov2017-09-041-0/+6
* pkg/ast: fix struct comment parsingDmitry Vyukov2017-09-041-0/+11
* pkg/compiler: move more const-processing code to compilerDmitry Vyukov2017-08-271-0/+2
* pkg/ast: new parser for sys descriptionsDmitry Vyukov2017-08-181-0/+28