tests: update nitlight and test_parser
[nit.git] / tests / sav / test_parser.res
1 usage:
2   test_parser [options]... <filename.nit>...
3   test_parser -e [options]... <text>...
4   test_parser -i [options]...
5 options:
6   -n    do not print anything
7   -l    only lexer
8   -p    lexer and parser (default)
9   -x    instead of a ascii tree, output a XML document
10   -e    instead on files, each argument is a content to parse
11   -i    tree to parse are read interactively
12   -h    print this help