xml: Introduce SAXophoNit, a SAX processor in Nit.
authorJean-Christophe Beaupré <jcbrinfo@users.noreply.github.com>
Thu, 9 Oct 2014 14:53:46 +0000 (10:53 -0400)
committerJean-Christophe Beaupré <jcbrinfo@users.noreply.github.com>
Mon, 27 Oct 2014 17:50:02 +0000 (13:50 -0400)
commit14dfc1fbeafc30a82ef0782181da87bf29180a92
treeb3ac3fc4001b34c539a1e1a7517db24185757660
parent338e704ba45ef0b4f037474246e49ee1b6cd67a8
xml: Introduce SAXophoNit, a SAX processor in Nit.

For the moment, this implementation is mostly non-compliant, but it
works with most common XML documents.

Signed-off-by: Jean-Christophe Beaupré <jcbrinfo@users.noreply.github.com>
lib/saxophonit/lexer.nit [new file with mode: 0644]
lib/saxophonit/reader_model.nit [new file with mode: 0644]
lib/saxophonit/saxophonit.nit