parser: fix test_parser
[nit.git] / src /
2009-07-30 Jean Privatparser: fix test_parser
2009-07-30 Jean Privatparser: import only location, not the whole mmloader
2009-07-30 Jean Privatparser: node locations are not nullable
2009-07-30 Jean Privatparser: compute location for all nodes
2009-07-30 Jean Privatparser: also visit EOF token
2009-07-30 Jean Privattools: showerr.sh to colorize nc* outputs
2009-07-30 Jean Privattools: correctly display multiline locations
2009-07-30 Jean Privatparser: remove useless printl method
2009-07-30 Jean Privatparser: use xss comments to clean make output
2009-07-30 Jean Privatparser: remove spaces errors in generated files
2009-07-29 Jean Privatsyntax: vararg arguments are processed by icode
2009-07-29 Jean Privatsyntax: generalize and publicize raw_arguments concept
2009-07-28 Jean-Sebastien Gelinastools: add test to validate existence of needed classes
2009-07-28 Jean-Sebastien Gelinastools: add 'get_type_by_name' and 'get_instantiated_typ...
2009-07-27 Jean Privaticode: discard unused pure ICode expressions
2009-07-27 Jean Privaticode: all tagged primitive types can use the bool...
2009-07-27 Jean Privaticode: add lit_{null,true,false}_reg
2009-07-27 Jean Privatsyntax: handle labels for 'do'
2009-07-27 Jean Privatsyntax: handle labels for for, while and closures
2009-07-27 Jean PrivatAdd 'label' syntax construction
2009-07-27 Jean Privatparser: add copyright info to parser_nodes.nit
2009-07-27 Jean Privatparser: update readme
2009-07-27 Jean Privatparser: rename all P* prod classes to A*
2009-07-27 Jean Privatparser: remove parser_nodes.nit autopatcher
2009-07-27 Jean Privatparser: differentiate all P* and A* production classes
2009-07-27 Jean Privatsyntax: syntax tree is trashed once no more needed
2009-07-27 Jean Privatsyntax: nodes are not directly stored in MMSrc* classes
2009-07-27 Jean Privatsyntax: use chained nodes for MMSrcClasses instead...
2009-07-27 Jean Privatsyntax: remove attribute _node in MMSrcAncestor
2009-07-27 Jean Privatsyntax: remove class MMSrcTypeFormalParameter
2009-07-27 Jean Privaticode: generate null receiver runtime checks
2009-07-27 Jean Privaticode: introduce intermediate code representation
2009-07-26 Jean Privatcompile: optimize strings in add_instr
2009-07-24 Jean Privatsyntax: some cleaning to prepare intermediate code
2009-07-23 Jean Privatparser: optimize lexer.nit
2009-07-23 Jean Privatsrc: remove nc0 and nc1
2009-07-23 Jean-Sebastien Gelinastools: remove 'locate' from nodes and visitor
2009-07-23 Jean-Sebastien Gelinastools: add 'relative_to' to Locations
2009-07-23 Jean-Sebastien Gelinastools: add 'fatal_error' to ToolContext and visitor
2009-07-23 Jean-Sebastien Gelinastools: order messages by line number/column
2009-07-23 Jean-Sebastien Gelinastools: group message output
2009-07-23 Jean-Sebastien Gelinastools: errors and warnings need Location
2009-07-23 Jean-Sebastien Gelinastools: add useful functions to Location
2009-07-23 Jean-Sebastien Gelinastools: add Location to MMModule
2009-07-23 Jean-Sebastien Gelinastools: move Location in its own file
2009-07-15 Jean Privatmetamodel: new MMMethod::is_intern & is_abstract
2009-07-15 Jean Privatsyntax: add PClosureDecl::position
2009-07-15 Jean Privatcompile: promote add_assignment and out_contexts
2009-07-15 Jean Privatcompile: new package primitive_info
2009-07-15 Jean Privatparser: add Visitor::current_node and Visitor::enter_visit
2009-07-14 Jean-Sebastien Gelinastools: new ToolContext::check_errors
2009-07-14 Jean-Sebastien Gelinastools: cleanup after insertion of 'Location' class
2009-07-14 Jean-Sebastien Gelinasparser: use printf instead of echo -n
2009-07-14 Jean-Sebastien Gelinasparser: better compatibility with 'sed' script
2009-07-10 Jean-Sebastien Gelinastools: add 'Location' class to use in AST and errors
2009-07-08 Jean Privatsyntax: promote some properties and classes from typing...
2009-07-08 Jean Privatcompile: fatal error on unknown intern method
2009-07-08 Jean Privatcompile: move init_table management from AST classes...
2009-07-07 Jean Privatsyntax: if absent, create classes Object and Bool in...
2009-07-07 Jean Privatcompile: work on MM classes instead of MMSrc classes
2009-07-07 Jean Privatmetamodel: add MMLocalClass::_local_local_properties
2009-07-07 Jean Privatsyntax: do not compute ancestors if syntax failed
2009-07-06 Jean Privattools: git-gen-version fallback to VERSION file if...
2009-07-06 Jean Privattools: remove --tags from git-describe in git-gen-versi...
2009-07-06 Jean Privattools: do not regenerate nit_version.nit if not needed
2009-07-06 Jean Privatcompile: spell "failed" correctly
2009-07-04 Jean Privatsyntax: do not process erroneous formal types
2009-07-04 Jean Privatsyntax: do not processes erroneous signatures
2009-07-04 Jean Privatsyntax: better error message for generic class arity...
2009-07-04 Jean Privatsyntax: add PType::is_typed
2009-07-04 Jean Privatsyntax: add some missing PExpr::is_typed.
2009-07-04 Jean Privatsyntax: move varctx initialization to the PClassdef
2009-06-26 Jean-Sebastien Gelinastools: more verbose information
2009-06-26 Jean-Sebastien Gelinastools: add 'verbose' options
2009-06-26 Jean Privatsyntax: 'meth' -> 'fun', 'attr' -> 'var'
2009-06-26 Jean Privattools: generate version number and give it to tools
2009-06-26 Jean Privattools: programs know their names
2009-06-26 Jean Privatnullable: enforce static and dynamic rules.
2009-06-26 Jean Privatnullable: convert lib, tools and tests
2009-06-25 Jean Privatmetamodel: fix MMType::is_valid for indirect types
2009-06-24 Jean Privatcompile: no default value for notnull primitive attributes.
2009-06-24 Jean Privatnullable: type, compile and test 'isset _attr'
2009-06-24 Jean Privatcompile: implicit isset for attribute read access
2009-06-24 Jean Privatcompile: differentiate attribute read and write
2009-06-24 Jean Privatsyntax: no isa/as warning for double nullable formal...
2009-06-24 Jean Privatcompile: Check correct object construction
2009-06-24 Jean Privatsyntax: extends 'as' and 'isa' warning to nullable
2009-06-24 Jean Privatcompile: casts ('isa' and 'as') with nullable info
2009-06-24 Jean Privatsyntax: "!= null" works like a "isa"
2009-06-24 Jean Privattyping: warn when comparing null and not nullable
2009-06-24 Jean Privattyping: 'for' iterates on Collection[nullable Object]
2009-06-24 Jean Privatnullable: type, compile and test 'as(not null)'
2009-06-24 Jean Privatsyntax: Update check_conform_multiexpr with nullables
2009-06-24 Jean Privatmetamodel: add nullable static types
2009-06-24 Jean Privatparser: add nullables
2009-06-24 Jean Privattools: two -W promote warnings to errors
2009-06-24 Jean Privatsrc: add nc0 and nc1 to test bootstrap from c_src
2009-06-24 Jean Privatcompile: stop writing location of each node
2009-06-24 Jean Privatcompile: clean compiling_global.nit
2009-06-24 Jean Privatcompile: new class GlobalCompilerVisitor
next