Merge: Astbuilder improvement
[nit.git] / src / astbuilder.nit
2020-06-04 Jean PrivatMerge: Astbuilder improvement
2020-06-02 Florian Deljarrysrc/astbuilder: generalize `create_callsite`
2020-06-02 Florian Deljarrysrc/astbuilder: move `do_all` method in ASTBuilder
2020-04-29 Florian Deljarryastbuilder: Add new AST creation services
2020-03-16 Florian Deljarrysrc/astbuilder: Add new nodes makers
2019-09-11 Florian Deljarryastbuilder: First implementation of clonable for ast...
2019-08-13 Florian Deljarryastbuilder: Add a `create_callsite` method
2019-08-13 Florian Deljarryastbuilder: Make the construction of the `AMethPropdef...
2019-05-07 Florian Deljarryastbuilder: Adding new nodes makers(assert, method...
2019-02-27 Florian DeljarryMoving the astvalidation module in astbuilder
2017-09-28 Alexis Laferrièresrc: fix warnings and typos
2015-12-16 Jean Privatnitc: update code to use qclassids
2015-08-27 Jean Privatsrc/astbuilder: fix importations
2015-08-07 Jean Privatsrc: update AST client to handle qualified identifiers...
2015-08-04 Lucas Bajoletsrc: Modified compilers for the support of the new...
2015-05-08 Jean Privatastbuilder: inject non-nullable token for AIfExpr creation
2015-03-21 Jean Privatmodel: provide direct methods to access primitive types
2014-11-28 Jean Privatall: add `nitish` tag for code-blocks skipped by nitunit
2014-10-23 Jean Privattyping: ANew distinguish the type of the class and...
2014-10-23 Jean Privatmodel: `new` factories have a return type.
2014-10-15 Jean PrivatMerge: transform loops
2014-10-15 Jean Privattransform: transforms `while` and `for`
2014-10-15 Jean Privatastbuilder: can make loops and breaks
2014-10-15 Jean Privatscope: create two escapemaks in loops
2014-10-11 Jean Privatsrc: remove some warnings and do some cleaning
2014-09-03 Jean Privatsrc: create groups for related things
2014-05-15 Jean Privatastbuilder: `make_new` and `make_call` require a CallSite
2014-04-27 Jean PrivatMerge: Fix some AST bugs
2014-04-25 Jean Privattyping: remove `raw_arguments` as a cache
2014-04-15 Jean Privatparser: split `AIntExpr` and `ADecIntExpr`
2014-03-26 Jean Privatcallsite: add `mmodule` and `anchor` to the callsite...
2014-02-11 Lucas Bajoletnitg: Corrected bug when creating a new AVarExpr, uses...
2013-08-13 Jean Privatnew modules astbuilder, astvalidation, astprinter,...