ni_nitdoc: added fast copy past utility to signatures.
[nit.git] / src / parser /
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: enable Token#text= to override the text of...
2013-07-23 Jean Privatparser: suppr `noinit`
2013-07-20 Jean Privatast: factorize `n_string` to `AStringFormExpr`
2013-07-18 Jean Privatparser: specialize error tokens
2013-05-27 Jean Privatparser: add a Package to the nit grammar
2013-04-03 Jean Privatparser: prescc can generate {-> New...} in easy cases
2013-04-03 Jean Privatparser: migrate prescc to Perl
2013-02-20 Jean Privatparser: accepts 'extern class XXX'
2013-02-20 Jean Privatparser: remove 'special' keyword
2013-02-20 Jean Privatcleanup: remove old 'special' keyword
2013-02-01 Alexis Laferrièreffi: adds the FFI syntax to the grammar
2012-06-24 Jean Privatparser: tokens are not constructed with their texts
2012-06-24 Jean Privatparser: guard loops in ComputeProdLocationVisitor
2012-06-24 Jean Privatparser: get the state number only once per state
2012-05-10 Jean Privatparser: detect sablecc3 and print better error
2012-04-17 Jean Privatmodel: new metamodel
2012-04-10 Jean Privatparser: add __debug__ type construct
2012-04-10 Jean Privatparser: add ANode::debug
2012-04-10 Jean Privatparser: simplify constroctors of nodes
2012-04-10 Jean Privatclean: make some classes abstract or interfaces
2012-04-10 Jean Privatparser: new class ASendReassignFormExpr
2012-04-10 Jean Privatparser: generalize n_propdefs to AClassdef
2012-02-27 Jean Privatparser: include obra and cbra in signatures
2012-02-24 Jean Privatsrc: remove detected warnings about ()
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 Privatlib&src: remove detected warnings
2012-02-24 Jean Privatparser: include parentheses in parexpr and as_*expr
2012-02-17 Jean Privattools: clean Makefiles
2012-02-17 Jean Privatparser: detect bad string and char literals
2012-02-17 Jean Privatparser: allow comments without eol (for eof)
2012-02-17 Jean Privatparser: improve Token.to_s and syntax error messages
2012-02-17 Jean Privatparser: integrate the token 'end' in the AST
2012-02-17 Jean Privatparser: add a hot location for closure definitions
2012-02-15 Jean PrivatMerge branch 'ni' into wip
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...
2012-01-05 Jean Privatparser: drop sed and use perl
2011-10-13 Jean PrivatMerge branch 'pu/qualified-modules' into wip
2011-06-27 Jean PrivatMerge branch 'better-locate' into wip
2011-06-25 Jean Privatparser: factorize goto
2011-06-23 Jean Privatparser: fix and add tests to test_parser.nit
2011-06-23 Jean Privatparser: locate errors with locations in ANode
2011-06-23 Jean Privatparser: display colored lines with error messages
2011-04-29 Jean Privatparser: new class SourceFile
2011-04-02 Jean Privatparser: add qualified module names
2011-03-31 Jean Privatsyntax: enable a generalized for with iterate
2011-02-15 Jean PrivatMerge branch 'update_syntax' into next
2011-02-14 Jean Privatparser: remove warning about useless cast
2011-02-14 Jean Privatparser: use break and infinite loops
2011-02-14 Jean Privatmetamodel: rename 'universal' to 'enum'
2011-02-14 Jean Privatparser: rename 'enum' to 'universal'
2011-02-11 Jean Privatparser: comment why !nopar is required in some place
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: update README
2011-01-24 Jean Privatparser: use C tables in parser
2011-01-24 Jean Privatparser: use C tables in lexer
2011-01-24 Jean Privatparser: factorize the lexer big accept switch
2011-01-22 Jean Privatparser: accept attribute without underscore
2011-01-22 Jean Privatparser: gnu sed do not like spaces
2011-01-21 Jean-Sebastien Gelinasmisc: save backup (with extention .orig) when regenerat...
2011-01-20 Jean Privatparser: rename package-related classes and properties
2011-01-20 Jean Privatparser: accept the 'module' keyword
2010-09-22 Jean Privatparser: factorize reduce actions
2010-08-04 Jean Privatparser: do not write the goto address in the generated...
2010-08-04 Jean Privatparser: add Parser::concat to factorize code
2010-08-04 Jean Privatparser: reduce some automatic inlining
2010-06-15 Jean Privatsyntax: new "or else" construction
2010-03-11 Jean Privatsyntax: "super" is a synonym of "special"
2010-01-14 Jean Privatsyntax: prepare stmts following loops to be unreachable
2010-01-14 Jean Privatparser: fix comment in Makefile
2010-01-11 Jean-Sebastien Gelinasparser: remove useless methods from generated parser...
2009-09-04 Jean Privatparser: accepts "print a[b]"
2009-08-28 Jean Privatsrc: use 'loop' for infinite loop and do-until-like
2009-08-19 Jean Privatparser: set LANG=C for sed in Makefile (the sed that...
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: perl code of prescc looks at all parameters...
2009-07-30 Jean Privatparser: correct error messages for syntax errors
2009-07-30 Jean Privatparser: remove attr and meth alternatives
2009-07-30 Jean Privatparser: fix test_parser
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: compute location for all nodes
2009-07-30 Jean Privatparser: also visit EOF token
2009-07-30 Jean Privatparser: remove useless printl method
2009-07-30 Jean Privatparser: use xss comments to clean make output
2009-07-30 Jean Privatparser: remove spaces errors in generated files
2009-07-27 Jean PrivatAdd 'label' syntax construction
2009-07-27 Jean Privatparser: add copyright info to parser_nodes.nit
2009-07-27 Jean Privatparser: update readme
next