Merge: doc: fixed some typos and other misc. corrections
[nit.git] / src / parser /
2019-08-26 Jean Privatparser: regenerate with comments in line annotations
2019-08-26 Jean Privatgrammar: enable full comments in line annotations ...
2019-08-19 Jean Privatparser: regenerate with lambda
2019-08-19 Jean Privatsyntax: add lambda construction with the fun keyword
2019-08-13 Jean Privatparser: regenerate with callrefs
2019-08-13 Jean Privatsyntax: add call reference (funref+recv capture) `...
2019-07-10 Jean Privatparser: regenerate with safe call `x?.foo`
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-06-15 Jean-Christophe... parser: Add the concrete grammar for predicate definitions
2017-06-13 Jean-Christophe... parser: Add the abstract grammar for predicate definitions
2017-06-13 Jean-Christophe... parser_nodes: Allow to flag predicate definitions
2017-06-13 Jean-Christophe... parser: Add the grammar for subset definitions
2017-06-13 Jean-Christophe... parser_nodes: Add a class kind for class subsets
2017-05-30 Jean-Christophe... parser_nodes: Fix spelling mistakes
2017-05-19 Jean-Christophe... parser_nodes: Fix documentation
2017-03-10 Jean Privatparser: regenerate with union and intersection types
2017-03-10 Jean Privatparser: add syntax for union and intersection types
2017-02-16 Jean PrivatMerge: new module annotation `is generated`
2017-02-10 Jean Privatnitc: use is_generated in various tools and generated...
2017-02-09 Jean Privatnitc: dump_tree can display the lines of the source...
2017-02-09 Jean Privatnitc: ASTDump exposes color helpers
2017-02-09 Jean Privatnitc: ASTDump can display aditionnal information
2017-02-09 Jean Privatnitc: ANode::dump_tree can skip structural nodes
2017-02-09 Jean Privatnitc: add ANode::is_structural
2016-05-14 jcbrinfodoc: Fix a mispelled word in the parser’s README
2016-04-14 Jean PrivatMerge: Introducing the do ... catch ... end structure
2016-04-12 BlackMinouParser: Modifications due to the introduction of catch
2016-04-12 BlackMinouGrammar: Adding an optionnal catch bloc to a do end
2016-04-08 Jean Privatnitc/parser: Make `AReturnExpr` an AEscapeExpr
2016-02-03 Ait younes Mehdi... Introduction to Nit generators
2015-12-16 Jean Privatparser: regenerate (with qclassid)
2015-12-16 Jean Privatparser: use qualified class ids in the AST (changes...
2015-12-16 Jean Privatparser: expose qualified class id (qclassid)
2015-12-08 Jean Privatcode: various update to clean declaration or usage...
2015-11-27 Lucas Bajoletparser: Regenerated tables for previous commit
2015-11-27 Lucas Bajoletparser: Updated grammar to support prefixed and suffixe...
2015-10-19 Jean Privatparser: do not allocate a reduction table for each...
2015-10-07 Jean Privatparser: regenerate with multi-iterators
2015-10-07 Jean Privatgrammar: add `for_group` in `for` for multi-iterators
2015-09-21 Lucas Bajoletlib: Update libs to use correctly ascii and code_point
2015-09-09 Jean Privatsrc: mass rename project->package
2015-08-27 Jean Privatparser_nodes: provide `ANodes::reverse_iterator`
2015-08-10 Jean PrivatMerge: More abstract classes
2015-08-07 Jean Privatsrc: update AST client to handle qualified identifiers...
2015-08-07 Jean Privatparser: regenerate with qualifiers in the AST
2015-08-07 Jean Privatgrammar: keep qualified information in the AST. Does...
2015-08-07 Jean Privatsrc: make AUnaryopExpr abstract
2015-08-04 Lucas Bajoletsrc: Parser regeneration
2015-08-04 Lucas Bajoletparser: Factorized variants of Integer under one production
2015-07-28 Lucas BajoletParser regeneration
2015-07-28 Lucas Bajoletparser: Update parser for underscores support in decima...
2015-07-23 Jean PrivatMerge: UTF-8 Strings
2015-07-23 Lucas Bajoletsrc: Compiler, interpreter and parser updates for UTF-8
2015-07-21 Jean Privatsrc: move up `AExpr::as_id` from literal to parser_work
2015-06-18 Jean Privatast: new class AEqFormExpr to factorize AEqExpr and...
2015-06-11 Jean Privatparser: regen parser.nit without the big vararg
2015-06-11 Jean Privatparser: `build_reduce_table` uses a sequence of add...
2015-06-04 Jean PrivatMerge: Floats in exponent notation
2015-06-04 Jean PrivatMerge: Loose Tokens
2015-06-03 Jean Privatparser: ComputeProdLocationVisitor also compute *_loose...
2015-06-03 Jean Privatparser: the parent of EOF is Start
2015-06-03 Jean Privatparser: ComputeProdLocationVisitor remember the last...
2015-06-03 Jean Privatparser: add `is_loose`, `prev_looses` and `next_looses`
2015-06-03 Lucas Bajoletparser: Regenerated for new floats
2015-06-03 Lucas Bajoletparser: Updated to support float with exponent part
2015-05-29 Lucas Bajoletparser: Regenerated for u8 suffix support
2015-05-29 Lucas Bajoletparser: Added u8 suffix for byte literal values
2015-05-26 Lucas Bajoletsrc/parser: Regenerated parser
2015-05-26 Lucas Bajoletsrc/parser: Updated grammar and parser_nodes
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
next