parser: regenerate with lambda
[nit.git] / src / parser / parser_abs.nit
2019-08-19 Jean Privatparser: regenerate with lambda
2019-08-13 Jean Privatsyntax: add call reference (funref+recv capture) `...
2019-07-10 Jean Privatsyntax: add safe call syntax `x?.foo`
2017-11-23 Jean Privatlexer: add token for bad extern segment, and bad triple...
2017-06-15 Jean-Christophe... parser: Recompile
2017-02-10 Jean Privatnitc: use is_generated in various tools and generated...
2016-04-12 BlackMinouParser: Modifications due to the introduction of catch
2015-12-16 Jean Privatparser: use qualified class ids in the AST (changes...
2015-12-16 Jean Privatparser: expose qualified class id (qclassid)
2015-10-07 Jean Privatparser: regenerate with multi-iterators
2015-08-07 Jean Privatparser: regenerate with qualifiers in the AST
2015-08-04 Lucas Bajoletsrc: Parser regeneration
2015-05-29 Lucas Bajoletparser: Regenerated for u8 suffix support
2015-05-26 Lucas Bajoletsrc/parser: Regenerated parser
2015-05-08 Jean Privatparser: regenerate
2015-05-06 Jean Privatparser: regenerate
2015-04-25 Jean Privatparser: regenerate
2015-04-23 Jean Privatparser: regenerate
2015-04-15 Jean Privatparser: regenerate
2015-03-30 Jean Privatparser: regenerate with the `with` statement
2015-02-24 Jean Privatparser: regenerate with generalized class members
2014-12-20 Jean PrivatMerge: Locally disable warnings
2014-12-19 Jean Privatparser: add `no_warning` in generated files to disable...
2014-12-17 Jean Privatgrammar: new production `array_items` to replace arg_li...
2014-10-21 Jean Privatparser: regenerate
2014-09-25 Jean Privatparser: regenerate for typed literal arrays
2014-09-18 Jean Privatparser: regenerate the parser
2014-09-03 Jean Privatparser: regenerate parser_abs.nit
2014-07-16 Jean Privatparser: regenerate with new last grammar changes
2014-06-26 Jean Privatparser: remove generated old-style accesors.
2014-06-12 Jean Privatparser: regenerate file for improved intern methods
2014-04-15 Jean Privatparser: add AHexIntExpr
2014-04-15 Jean Privatparser: split `AIntExpr` and `ADecIntExpr`
2014-04-15 Jean Privatparser: parentheses in `.as` are optional
2014-04-15 Jean Privatparser: add 'public' keyword
2014-02-14 Jean Privatparser: regenerate files
2013-11-27 Jean Privatparser: update to remove `expr.ee`, aka `AEeExpr`,...
2013-11-26 Jean Privatparser: regenerate to remove more closures
2013-09-04 Jean Privatlexer: distinguish keywords 'package' and 'module'
2013-09-04 Jean Privatrename 'package' to 'module'
2013-08-23 Jean Privatparser: add boolean operator `implies`
2013-08-09 Jean Privatparser: move things from parser_prod to parser_nodes
2013-07-25 Jean PrivatMerge branch 'annotations'
2013-07-25 Jean Privatparser: extends grammar to support annotations
2013-07-25 Jean Privatparser: accept triple quoted strings
2013-07-23 Jean Privatparser: suppr `noinit`
2013-07-18 Jean Privatparser: specialize error tokens
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-24 Jean Privatparser: include obra and cbra in range nodes
2012-02-24 Jean Privatparser: include parentheses in parexpr and as_*expr
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 Privatmetamodel: rename 'universal' to 'enum'
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-22 Jean Privatparser: accept attribute without underscore
2011-01-20 Jean Privatparser: rename package-related classes and properties
2010-06-15 Jean Privatsyntax: new "or else" construction
2010-03-11 Jean Privatsyntax: "super" is a synonym of "special"
2010-01-11 Jean-Sebastien Gelinasparser: remove useless methods from generated parser...
2009-08-19 Jean Privatsyntax: new 'assert else' statement
2009-08-06 Jean Privatsyntax: add 'loop' construction
2009-08-01 Jean Privatparser: oneline assignment for 'return' and 'continue'
2009-07-31 Jean Privatparser: closure syntax use '!' instead of 'with'
2009-07-30 Jean Privatparser: remove attr and meth alternatives
2009-07-30 Jean Privatparser: import only location, not the whole mmloader
2009-07-30 Jean Privatparser: node locations are not nullable
2009-07-30 Jean Privatparser: remove spaces errors in generated files
2009-07-27 Jean PrivatAdd 'label' syntax construction
2009-07-27 Jean Privatparser: rename all P* prod classes to A*
2009-07-27 Jean Privatparser: differentiate all P* and A* production classes
2009-07-14 Jean-Sebastien Gelinastools: cleanup after insertion of 'Location' class
2009-07-10 Jean-Sebastien Gelinastools: add 'Location' class to use in AST and errors
2009-06-26 Jean Privatsyntax: 'meth' -> 'fun', 'attr' -> 'var'
2009-06-26 Jean Privatnullable: convert lib, tools and tests
2009-06-24 Jean Privatparser: add nullables
2009-06-24 Jean Privatsyntax: refactor AClosureCallExpr
2009-06-10 Jean Privatparser: Add 'fun' and 'var'-as-attr keyword
2009-06-10 Jean Privatast: Merge classes AForExpr and AForVardeclExpr
2009-01-30 Jean PrivatEnable default closure in syntax
2009-01-20 Jean PrivatUpdate Nit grammar to add closures.
2008-12-28 Jean PrivatGenerate parser prod subclasses with null assigned...
2008-12-27 Jean PrivatPrepare Nit code for inherited and automatic constructors.
2008-11-20 Jean PrivatAs keyword (for casts)
2008-07-09 Jean PrivatFirst NIT release and new clean mercurial repository v0.1