langs/.gitignore

9 lines
127 B
Plaintext
Raw Permalink Normal View History

2023-12-17 18:50:39 +01:00
src/__pycache__
src/parser.out
src/parsetab.py
2023-12-17 22:29:24 +01:00
*/*.interp
*/*.tokens
src/arithLexer.py
src/arithListener.py
src/arithParser.py