Rename REAMDE to README.md
[nit.git] / src / location.nit
2015-05-16 Alexandre Terrasalocation: introduce `from_string` constructor to compos...
2015-03-14 Jean Privatlocation: handle `Loation::line_start` of 0 as a specia...
2015-02-10 Lucas Bajoletlib/standard/stream: Renamed streams for more explicit...
2014-12-20 Jean Privatsrc: finish documenting some module
2014-12-02 Alexis Laferrièresrc/location: add doc to `Location::column_start`
2014-12-02 Alexis Laferrièresrc/location: support calling `colored_line` when ...
2014-11-05 Jean Privatsrc: update most tools to new constructors
2014-10-01 Jean Privatsrc: reduce warnings and spelling errors
2014-03-24 Lucas Bajoletstdlib/strings: Moved Buffer to FlatBuffer, Buffer...
2014-02-17 Lucas Bajoletstdlib/strings: Removed usage of Strings as SequenceRea...
2013-11-12 Jean Privatsrc: remove old style attributes in nitg-related clases
2013-09-04 Jean Privatrename 'package' to 'module'
2013-08-22 Jean Privatlocation: add pstart and pend
2013-08-15 Jean Privatmodel: fix typo and style in documentation
2013-07-18 Jean Privatparser: can parse program from strings
2012-06-24 Jean Privatparser: add Location::text
2012-04-10 Jean Privatnitc: move line coloration to Location
2011-06-23 Jean Privatparser: display colored lines with error messages
2011-04-29 Jean Privatparser: new class SourceFile
2011-02-14 Jean Privatmetamodel: rename 'universal' to 'enum'
2009-07-30 Jean Privattools: correctly display multiline locations
2009-07-23 Jean-Sebastien Gelinastools: add 'relative_to' to Locations
2009-07-23 Jean-Sebastien Gelinastools: add useful functions to Location
2009-07-23 Jean-Sebastien Gelinastools: move Location in its own file