misc/vim: inform the user when no results are found
[nit.git] / lib / nitcc_runtime.nit
2015-02-10 Lucas Bajoletlib/standard/stream: Renamed streams for more explicit...
2015-01-12 Alexandre Terrasalib/nitcc_runtime: fixes old style init
2014-09-27 Jean Privatsrc: migrate some modules to new constructors
2014-09-05 Jean Privatsrc: transform all old writable in annotations
2014-08-15 Jean Privatlib: prepare for new constructors
2014-07-15 Jean Privatnitcc_runtime: force static type of Nodes::children
2014-05-13 Jean Privatlib: prepare for new init
2014-05-02 Lucas Bajoletlib/standard: Stdin/out/err now part of Sys.
2014-04-04 Jean Privatlib/string: teach clients to use non deprecated services.
2013-11-29 Jean Privatnitcc: end-of-stream does not equate `'\0'`
2013-11-01 Jean Privatnitcc: remove the use of NaiveCollection v0.6.2
2013-10-30 Jean Privatnitcc: add new PoV Node::depth
2013-10-30 Jean Privatnitcc: merge Nodes#items and Node#children
2013-10-18 Jean Privatnitcc: show the text of the token in NParserError.message
2013-10-18 Jean Privatnitcc: parser adds the original error token in the...
2013-10-18 Jean Privatnitcc: lexer do not crash on empty input stream
2013-10-18 Jean Privatnitcc: remove 'print' in parser error
2013-10-17 Jean Privatnitcc: move nitcc_runtime to lib/