Merge: doc: fixed some typos and other misc. corrections
[nit.git] / lib / saxophonit /
2018-05-10 Alexandre Terrasalib: generate `package.desc` keys to all packages
2018-04-26 Lucas Bajoletcore/stream: change read_byte return type to Int
2018-02-15 Alexis Laferrière*: remove newly superfluous static types on attributes
2017-09-06 Alexandre Terrasalib: migrate nitunits to annotations
2015-09-21 Lucas Bajoletlib: Update libs to use correctly ascii and code_point
2015-09-09 Jean Privatcode: rename `project[s].ini` files as `package[s]...
2015-09-02 Jean PrivatMerge: regex: bug fix, less warnings and rename
2015-08-31 Alexis Laferrièrelib/re: rename `optimize_is_in` to `optimize_has`
2015-08-30 Jean Privatcontrib&lib: introduce .ini for projects maintained...
2015-08-27 Jean Privatcode: update references to `standard`
2015-07-09 Lucas Bajoletlib/standard: NativeString operations are now Byte...
2015-05-28 Alexandre Terrasalib/sax: remove useless types
2015-05-13 Lucas Bajoletlib: Replaced uses of read_char by read_byte when appli...
2015-04-03 Jean Privatcode: rename identifiers `with` since it is a keyword now
2015-02-10 Lucas Bajoletlib/standard/stream: Renamed streams for more explicit...
2014-12-12 Alexandre Terrasalib/saxophonit: fixes useless type declaration
2014-11-28 Jean-Christophe... saxophonit: Add missing documentation.
2014-11-28 Jean-Christophe... saxophonit: Remove useless type declarations.
2014-11-28 Jean-Christophe... saxophonit: Remove unused variables.
2014-11-28 Jean-Christophe... saxophonit: `lexer.nit` is handmade.
2014-11-24 Jean-Christophe... saxophonit: Add a test for mixed content.
2014-10-27 Jean-Christophe... xml: Add an usage example.
2014-10-27 Jean-Christophe... xml: Add some tests for SAXpohoNit.
2014-10-27 Jean-Christophe... xml: Introduce SAXophoNit, a SAX processor in Nit.
2014-10-27 Jean-Christophe... xml: Add classes to help testing a SAX parser.