Rename REAMDE to README.md
[nit.git] / src / astbuilder.nit
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,...