Fix an error recovery routine that seems to not run often
[pilex.git] / .gitignore
1 __pycache__
2 /build
3 /dist
4 /lex-yacc-examples/*.c
5 /lex-yacc-examples/*.h
6 /lex-yacc-examples/*.o
7 /lex-yacc-examples/*.xml
8 /lex-yacc-examples/example4
9 /lex-yacc-examples/example7
10 /ndcode/pilex/element.py
11 /ndcode/pilex/lex_yy.py
12 /ndcode/pilex/regex.py
13 /ndcode/pilex/skel/skel_flex.c.orig
14 /ndcode/pilex/t_def.py
15 /ndcode/pilex/y_tab.py
16 /pilex.egg-info
17 /tests/*.c
18 /tests/*.o
19 /tests/cal
20 /tests/flex0
21 /tests/flex1
22 /tests/lex_yy.py
23 /tests_ast/element.py
24 /tests_ast/lex_yy.py
25 /tests_ast/t_def.py