lib: intro a simple json reader module using nitcc
authorAlexis Laferrière <alexis.laf@xymus.net>
Sun, 2 Feb 2014 05:04:53 +0000 (00:04 -0500)
committerAlexis Laferrière <alexis.laf@xymus.net>
Sun, 2 Feb 2014 22:52:23 +0000 (17:52 -0500)
commitcfacc8d2d08e009d08367f65a4347e2d1dae1d30
tree81f603bf4a952086a99a2cfd76e5e7e884ac2abd
parentcb622982132011cfdaabf37c8e0dc6db8e713206
lib: intro a simple json reader module using nitcc

Signed-off-by: Alexis Laferrière <alexis.laf@xymus.net>
lib/simple_json_reader/.gitignore [new file with mode: 0644]
lib/simple_json_reader/Makefile [new file with mode: 0644]
lib/simple_json_reader/json_lexer.nit [new file with mode: 0644]
lib/simple_json_reader/json_parser.nit [new file with mode: 0644]
lib/simple_json_reader/simple_json_reader.nit [new file with mode: 0644]
tests/sav/test_simple_json_reader.res [new file with mode: 0644]
tests/test_simple_json_reader.nit [new file with mode: 0644]