update NOTICE and LICENSE
[nit.git] / src / parser /
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
2009-07-27 Jean Privatparser: rename all P* prod classes to A*
2009-07-27 Jean Privatparser: remove parser_nodes.nit autopatcher
2009-07-27 Jean Privatparser: differentiate all P* and A* production classes
2009-07-23 Jean Privatparser: optimize lexer.nit
2009-07-23 Jean-Sebastien Gelinastools: remove 'locate' from nodes and visitor
2009-07-15 Jean Privatparser: add Visitor::current_node and Visitor::enter_visit
2009-07-14 Jean-Sebastien Gelinastools: cleanup after insertion of 'Location' class
2009-07-14 Jean-Sebastien Gelinasparser: use printf instead of echo -n
2009-07-14 Jean-Sebastien Gelinasparser: better compatibility with 'sed' script
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 Privatnullable: type, compile and test 'isset _attr'
2009-06-24 Jean Privatparser: add nullables
2009-06-24 Jean Privatsyntax: refactor AClosureCallExpr
2009-06-24 Jean Privatparser: inits uses Collection instead of Array
2009-06-10 Jean Privatparser: Do not crash if last_loken is unset
2009-06-10 Jean Privatparser: Add 'fun' and 'var'-as-attr keyword
2009-06-10 Jean Privatparser: Remove ~nobra on type production
2009-06-10 Jean Privatparser: Remove tl_propdef* parser rules
2009-06-10 Jean Privatast: Merge classes AForExpr and AForVardeclExpr
2009-06-10 Jean Privatparser: Script for extended sablecc3 syntax
2009-06-10 Jean Privatlib: Split collections into readable and writable
2009-02-06 Jean PrivatDistinguish no bloc vs. empty bloc
2009-01-30 Jean PrivatEnable default closure in syntax
2009-01-20 Jean PrivatTyping of closures
2009-01-20 Jean PrivatUpdate Nit grammar to add closures.
2009-01-27 Jean PrivatAdd default values for some primitive type attributes.
2008-12-28 Jean PrivatGenerate parser prod subclasses with null assigned...
2008-12-28 Jean PrivatRename methods named 'with'.
2008-12-27 Jean PrivatPrepare Nit code for inherited and automatic constructors.
2008-11-20 Jean PrivatAs keyword (for casts)
2008-11-14 Jean PrivatPrepare default constructors
2008-11-13 Jean PrivatFactorize common strings in generated C.
2008-07-09 Jean PrivatFirst NIT release and new clean mercurial repository v0.1