Rename REAMDE to README.md
[nit.git] / src / parser /
2015-05-08 Jean Privatparser: regenerate
2015-05-08 Jean Privatgrammar: add missing nodes in the AST
2015-05-06 Jean Privatparser: regenerate
2015-05-06 Jean Privatgrammar: distinguish `nd` for doc and `no` for optional eol
2015-05-06 Jean Privatgrammar: add `;` as an alternative hard line-break
2015-04-25 Jean Privatparser: regenerate
2015-04-25 Jean Privatgrammar: add expr.namedargs
2015-04-25 Jean Privatgrammar: extract `vararg` in a specific arg production
2015-04-23 Jean Privatparser: regenerate
2015-04-23 Jean Privatgrammar: add bitwise operators `|`, `^`, `&`, and `~`
2015-04-23 Jean Privatparser: new class AUnaryopExpr to factorize unary opera...
2015-04-23 Jean Privatparser: new class AOperatorMethid to factorize operator...
2015-04-15 Jean Privatparser: regenerate
2015-04-15 Jean Privatgrammar: add more combined assignment operator
2015-04-15 Jean Privatgrammar: introduce n_op and operator in AAssignOp
2015-04-15 Jean Privatparser: add ABinopExpr::operator to avoid refining...
2015-04-15 Jean Privatgrammar: keep operators in the AST for better messages
2015-04-15 Jean Privatgrammar: as unary plus operation (only for thr sake...
2015-04-15 Jean Privatsrc: improve messages (and sometime location) of errors...
2015-04-09 Jean PrivatMerge: Misc AST
2015-04-09 Jean PrivatMerge: new `with` statement
2015-04-08 Jean Privatparser: reuse child location when possible
2015-04-08 Jean Privatlexer: do not create useless location (for whitespaces)
2015-04-03 Jean Privatparser: add a basic sabblecc3 parser in Java
2015-03-30 Jean Privatparser: regenerate with the `with` statement
2015-03-30 Jean Privatgrammar: new `with` statement
2015-03-06 Jean Privatparser: fix default init for ALabel and ASelfExpr
2015-02-26 Jean PrivatMerge: Generalized class members
2015-02-24 Jean Privatparser: regenerate with generalized class members
2015-02-24 Jean Privatgrammar: introduce AAnnotPropdef for annotation in...
2015-02-24 Jean Privatgrammar: introduce ASuperPropdef for super-classes
2015-02-24 Jean Privatgrammar: remove `line_annotations_forclass` and `superc...
2015-02-24 Jean Privatgrammar: propdefs returns a list
2015-02-21 Jean Privatparser: add `ASTDump` and `ANode::dump_tree`
2015-01-30 Jean Privatparser: slight improvement of the README
2014-12-20 Jean PrivatMerge: More documentation in src
2014-12-20 Jean PrivatMerge: Locally disable warnings
2014-12-20 Jean Privatparser: document all properties of `parser_nodes`
2014-12-20 Jean Privatparser: add some factorization classes in `parser_nodes`
2014-12-19 Jean Privatparser: add `no_warning` in generated files to disable...
2014-12-19 Jean Privatparser: promote `collect_X` from `parser_util`
2014-12-18 Jean Privatparser_nodes: promote `get_annotation` and `AAnnotation...
2014-12-17 Jean Privatparser: regenerate with comprehension arrays
2014-12-17 Jean Privatgrammar: extends array_item to accept array extension...
2014-12-17 Jean Privatgrammar: new production `array_items` to replace arg_li...
2014-11-05 Jean Privatsrc: update most tools to new constructors
2014-10-27 Alexis Laferrièregrammar: allow '`' inside foreign code blocks
2014-10-22 Jean PrivatMerge: Some gammar improvements
2014-10-21 Jean Privatparser: regenerate
2014-10-21 Jean Privatgrammar: allows blocks in attribute definitions
2014-10-21 Jean Privatgrammar: accepts new-factory with code
2014-10-21 Jean Privatparser: generalise Prod::collect_text
2014-10-21 Jean Privatast: accept methodid in at_args
2014-10-21 Jean Privatgrammar: add qmethid for qualified methid id
2014-10-17 Jean Privatparser: add tuples
2014-10-17 Jean Privatast: remove classes AAtArg and make them simple AExpr
2014-10-16 Jean Privatgrammar: minus and once do not need nopar variants
2014-10-15 Jean PrivatMerge: transform loops
2014-10-11 Jean Privatsrc: remove some warnings and do some cleaning
2014-10-11 Jean Privatast: add new node AEscapeExpr to generalizes ABreakExpr...
2014-10-09 Jean Privatast: kill AProxyExpr
2014-10-09 Jean Privatgrammar: remove useless production expr_final
2014-10-09 Jean Privatgrammar: remove no before comma in idlist
2014-10-01 Jean Privatsrc: reduce warnings and spelling errors
2014-09-25 Jean Privatparser: regenerate for typed literal arrays
2014-09-25 Jean Privatgrammar: add syntax for typed literal arrays
2014-09-18 Jean Privatsrc: remove classes and nodes related to the old syntax
2014-09-18 Jean Privatparser: regenerate the parser
2014-09-18 Jean Privatgrammar: new power operator `**` (starstar)
2014-09-18 Jean Privatgrammar: unify method syntax
2014-09-18 Jean Privatgrammar: remove old-style syntax for attributes
2014-09-18 Jean Privatgrammar: enable single parentheses-less arguments in...
2014-09-18 Jean Privatgrammar: split `expr_atom` into `expr_single`
2014-09-18 Jean Privatlexer: fix `EOF::parser_index` generation.
2014-09-03 Jean Privatparser: regenerate parser_abs.nit
2014-09-03 Jean Privatparser: remove old-style attributes in xss
2014-09-03 Jean Privatparser: batch remove old style attribute
2014-09-03 Jean Privatparser: remove manual old-style attributes
2014-09-03 Jean Privatparser: _location it no more nullable, so use isset...
2014-08-27 Jean PrivatMerge: Less char boxings
2014-08-27 Jean PrivatMakefile: clean the clean recipes
2014-08-27 Jean Privatparser: Lexer.get_token use String[j] instead of String...
2014-08-20 Jean Privatsrc: new annotation old_style_init
2014-07-30 Jean Privatparser: do not export tables
2014-07-21 Jean Privatsrc: some documentation on parser and model
2014-07-16 Jean Privatparser: regenerate with new last grammar changes
2014-07-16 Jean Privatgrammer: accept redef and visibility in front of annotation
2014-07-16 Jean Privatgrammar: accept redef and visibility on module declaration
2014-07-16 Jean Privatgrammar: accept annotations in implicit extern methods
2014-07-16 Jean Privatgrammar: add elipsys notation to pass an expression...
2014-07-16 Jean Privatgrammar: accept annonymous label
2014-07-16 Jean Privatgrammar: accept `public` as a valid visibility
2014-06-26 Jean Privatparser: remove generated old-style accesors.
2014-06-26 Jean Privatparser: remove some remaining old style accessors
2014-06-18 Jean PrivatMerge: Use more intern methods and add intern factories...
2014-06-13 Alexis Laferrièregrammar: support spaces and doc with the `in "Java...
2014-06-12 Jean Privatparser: regenerate file for improved intern methods
2014-06-12 Jean Privatparser: introduce intern `new` constructors (factories)
2014-06-12 Jean Privatparser: accept intern methods at top-level
2014-05-31 Jean Privatparser: do not crash on tokens without location
next