parser: use C tables in parser
authorJean Privat <jean@pryen.org>
Mon, 24 Jan 2011 21:47:40 +0000 (16:47 -0500)
committerJean Privat <jean@pryen.org>
Mon, 24 Jan 2011 21:47:40 +0000 (16:47 -0500)
commit76bd7fa0ea4fc7768e7864a1495a98955c297d60
tree402077c2529517e82bfafb41a045069943e99410
parentd8543bbdc4609bbb3b23feb1987da10a38a2ddef
parser: use C tables in parser

Also remove all remainings of the old parser_tables.nit since it is
no more needed.

Signed-off-by: Jean Privat <jean@pryen.org>
src/parser/Makefile
src/parser/parser.nit
src/parser/parser_prod.nit
src/parser/parser_tables.nit [deleted file]
src/parser/tables.nit
src/parser/tables_nit.c
src/parser/tables_nit.h
src/parser/xss/main.xss
src/parser/xss/parser.xss