Rename REAMDE to README.md
[nit.git] / src / parser /
2014-05-30 Jean PrivatMerge: more feature for the AST
2014-05-30 Jean Privatparser: dot dotdot and dotdotdot are not operators
2014-05-30 Jean Privatparser: add `Token::blank_before`
2014-05-30 Jean Privatparser: `ANode::debug` outputs on stderr instead of...
2014-05-30 Jean Privatparser: add some basic tree services in ANode
2014-05-30 Jean Privatparser: add `SourceFile::first_token` and `SourceFile...
2014-05-30 Jean Privatparser: move stable content of `lexer.nit` into `lexer_...
2014-05-29 Jean Privatparser: move stable content of `parser.nit` into `parse...
2014-05-23 Jean Privatparser: drop useless named constructor `empty_init`
2014-05-13 Jean Privatparser: prepare for new init
2014-05-12 Jean Privatparser: promote all children in AMethPropdef
2014-05-01 Jean Privattyping: promote visibility/redef node in APropdef
2014-04-15 Jean Privatparser: regenerate parser files
2014-04-15 Jean Privatparser: add AHexIntExpr
2014-04-15 Jean Privatparser: split `AIntExpr` and `ADecIntExpr`
2014-04-15 Jean Privatparser: force new style FFI in syntax.
2014-04-15 Jean Privatparser: disable unused `=` shortcut for functions
2014-04-15 Jean Privatparser: allow top-level methods between class definitions
2014-04-15 Jean Privatparser: parentheses in `.as` are optional
2014-04-15 Jean Privatparser: add 'public' keyword
2014-04-09 Jean Privatparser: regenerate with changes in the grammar and...
2014-04-09 Jean Privatparser: new nullable production `typing_o`
2014-04-09 Jean Privatparser: new production `qclassid` to factorize `qualifi...
2014-04-09 Jean Privatparser: new production `qid` to factorize `qualified...
2014-04-09 Jean Privatparser: accepts `kwredef` in front of importation clauses
2014-04-09 Jean Privatparser: remove useless production `writable2`
2014-04-09 Jean Privatparser: new nullable production `qualified_o`
2014-04-09 Jean Privatparser: new nullable production `extern_code_block_o`
2014-04-09 Jean Privatparser: new nullable production `annotations_o`
2014-04-09 Jean Privatparser: production `annotation_withend` is nullable
2014-04-09 Jean Privatparser: production `params` is nullable
2014-04-09 Jean Privatparser: production `extern_calls` is nullable
2014-04-09 Jean Privatparser: new nullable production `string_o` to factorize...
2014-04-09 Jean Privatparser: new nullable production `kwend_o` to factorize...
2014-04-09 Jean Privatparser: production `formaldefs` is nullable
2014-04-09 Jean Privatparser: production `implicit_main_class` is nullable
2014-04-09 Jean Privatparser: clean and factorize services in parser_prod
2014-03-10 Jean Privatparser: regenerate for strings
2014-03-10 Jean Privatsyntax: enable empty expression-expansion in super...
2014-03-10 Jean Privatsyntax: allows trailing " and { in triple quoted strings
2014-02-24 Jean PrivatMerge remote-tracking branch 'lucas/string_integration'
2014-02-17 Lucas Bajoletstdlib/strings: Removed usage of Strings as SequenceRea...
2014-02-17 Jean PrivatMerge branch 'enlarge_ffi_syntax' into merge_ffi
2014-02-14 Jean Privatparser: regenerate files
2014-02-14 Jean Privatparser: extern stuff accepts types and dot
2014-02-14 Jean Privatparser: drop qualification in annotations
2014-02-13 Jean Privatparser: regenerate table for long strings
2014-02-13 Jean Privatparser: improve long string when mixing " and {
2013-11-27 Jean Privatparser: update to remove `expr.ee`, aka `AEeExpr`,...
2013-11-27 Jean Privatgrammar: remove `expr.ee`
2013-11-26 Jean Privatparser: remove last clorure-related classes
2013-11-26 Jean Privatparser: regenerate to remove more closures
2013-11-19 Jean Privatparser: suppr 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-23 Jean Privatparser: update generated files
2013-08-23 Jean Privatparser: accepts qualified identifiers
2013-08-23 Jean Privatparser: accepts more optional \n
2013-08-22 Jean Privatparser: fix and simplify ComputeProdLocationVisitor
2013-08-22 Jean Privatlexer: chain tokens together when we peek then
2013-08-22 Jean Privatlexer: implements next with peek
2013-08-21 Jean Privatparser: `TEndString` isa a `TokenLiteral`
2013-08-15 Jean Privatparser: fix typo and style in documentation
2013-08-15 Jean Privatlexer: `get_token` is now protected
2013-08-13 Jean Privatparser: no public setter for parent
2013-08-13 Jean Privatparser: add setters for non-list attributes
2013-08-13 Jean Privatparser: use ANodes instead of List
2013-08-09 Jean Privatparser: do not lose location in case of replacement
2013-08-09 Jean Privatparser: hide ANode::replace_child, add ANode::detach
2013-08-09 Jean Privatparser: `Visitor::visit` does not accepts `null`
2013-08-09 Jean Privatparser: clean, intent and comment parser_nodes
2013-08-09 Jean Privatparser: move things from parser_prod to parser_nodes
2013-08-06 Jean Privatparser: remove superfluous super-class in the AST
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
next