parser: extends grammar to support annotations
[nit.git] / src / parser / tables_nit.c
2013-07-25 Jean Privatparser: extends grammar to support annotations
2013-02-20 Jean Privatparser: accepts 'extern class XXX'
2013-02-20 Jean Privatparser: remove 'special' keyword
2013-02-01 Alexis Laferrièreffi: adds the FFI syntax to the grammar
2012-04-10 Jean Privatparser: add __debug__ type construct
2012-02-27 Jean Privatparser: include obra and cbra in signatures
2012-02-24 Jean Privatparser: include obra, cbra, opar and cpar in arguments
2012-02-17 Jean Privatparser: detect bad string and char literals
2012-02-17 Jean Privatparser: integrate the token 'end' in the AST
2012-02-09 Alexis Laferrièregrammar: allows constructors in extern classes
2012-02-09 Alexis Laferrièregrammar: adds extern class kind for extern classes...
2012-02-09 Alexis Laferrièregrammar: adds syntax for explicit extern calls and...
2011-04-02 Jean Privatparser: add qualified module names
2011-03-31 Jean Privatsyntax: enable a generalized for with iterate
2011-02-14 Jean Privatparser: rename 'enum' to 'universal'
2011-01-29 Jean PrivatMerge branch 'll-and-gg-operators' into wip
2011-01-29 Jean Privatparser: add << and >> operators
2011-01-28 Jean PrivatMerge branch 'package2module' into wip
2011-01-25 Jean PrivatMerge remote branch 'pu/new-style_attributes' into wip
2011-01-24 Jean Privatparser: use C tables in parser
2011-01-24 Jean Privatparser: use C tables in lexer