*: remove newly superfluous static types on attributes
[nit.git] / contrib / nitcc / src / grammar.nit
2018-02-15 Alexis Laferrière*: remove newly superfluous static types on attributes
2017-02-10 Jean Privatnitc: use is_generated in various tools and generated...
2016-02-22 Jean Privatnitcc: improve perf by caching the result of cmangle
2016-02-22 Jean Privatnitcc: fixup the .lr.out file
2015-09-09 Jean Privatnitcc: collect items with conflict (now that there...
2015-09-09 Jean Privatnitcc: factorize code of alternative reduction
2015-09-09 Jean Privatnitcc:: when removing a reduction in S/R, notify the...
2015-09-09 Jean Privatnitcc: detect S/R even if R/R conflict as a solution...
2015-09-09 Jean Privatnitcc: remove reduction even in non-dangling S/R conflict
2015-09-09 Jean Privatnitcc: remove S/R reduction after detection to avoid...
2015-09-09 Jean Privatnitcc: parser&lexer: do notgenerate top-level methods...
2015-02-10 Lucas Bajoletlib/standard/stream: Renamed streams for more explicit...
2014-12-20 Jean Privatnitcc: add `no_warning` when generating files
2014-12-11 Jean Privatnitcc: remove warnings and improve doc
2014-09-23 Lucas Bajoletlib/standard/string: Moved escape_to_dot from nitcc...
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