Use tests_ast/cal_py.t, get rid of old AST generator and stripper
[piyacc.git] / .gitignore
1 __pycache__
2 /bootstrap/*.xml
3 /bootstrap/lex_yy.py
4 /bootstrap/lex_yy_code.py
5 /bootstrap/out
6 /bootstrap/y_tab.py
7 /lex-yacc-examples/*.c
8 /lex-yacc-examples/*.h
9 /lex-yacc-examples/*.o
10 /lex-yacc-examples/*.xml
11 /lex-yacc-examples/example4
12 /lex-yacc-examples/example7
13 /lex_yy.py
14 /lex_yy_code.py
15 /out
16 /skel/skel_bison.c.orig
17 /skel/skel_bison.h.orig
18 /t_def.py
19 /tests/*.c
20 /tests/*.o
21 /tests/*.xml
22 /tests/lex_yy.py
23 /tests/y_tab.py
24 /tests/cal
25 /tests/cal2
26 /tests_ast/lex_yy.py
27 /tests_ast/t_def.py
28 /tests_ast/y_tab.py
29 /y_tab.py