src: transform all old writable in annotations
[nit.git] / contrib / nitcc / src / grammar.nit
2014-09-05 Jean Privatsrc: transform all old writable in annotations
2014-07-10 Jean Privatnitcc: add Alternative::phony for those in the AST...
2014-07-10 Jean Privatnitcc: does not crash if a production has no alternatives
2014-07-08 Jean Privatnitcc: escape also `<` and `>` in dot
2014-03-26 Jean Privatcontrib/nitcc: use FlatBuffer instead of Buffer
2013-10-31 Jean Privatnitcc: improve auto-dangling
2013-10-31 Jean Privatnitcc: improve displaying of firsts/afters/lookahead
2013-10-30 Jean Privatnitcc: add automatic Dangling
2013-10-30 Jean Privatnitcc: store item instead of tokens in lookahead
2013-10-30 Jean Privatnitcc: remove buggy LALR, use SLR instead
2013-10-30 Jean Privatnitcc: merge Nodes#items and Node#children
2013-10-18 Jean Privatnitcc: better name of generated classes to avoid name...
2013-10-18 Jean Privatnitcc: move sources to a src/ subdirectory