1
0
mirror of https://github.com/catseye/SixtyPical.git synced 2024-06-19 10:29:28 +00:00
SixtyPical/src/sixtypical
2018-03-29 16:50:07 +01:00
..
__init__.py REBOOT the entire language & implementation as version 0.2-PRE. 2015-10-16 09:30:24 +01:00
analyzer.py Make tests pass again. 2018-03-29 16:50:07 +01:00
ast.py Almost compile for loops correctly. 2018-03-14 15:33:11 +00:00
compiler.py Support branching and looping on the n flag. 2018-03-29 14:45:28 +01:00
emitter.py A byte or word table can be initialized with a list of constants. 2018-03-29 11:09:02 +01:00
gen6502.py Support branching and looping on the n flag. 2018-03-29 14:45:28 +01:00
model.py Make compilation tests pass. 2018-03-14 16:27:33 +00:00
parser.py A byte or word table can be initialized with a list of constants. 2018-03-29 11:09:02 +01:00
scanner.py Clean up driver code, add filename to error messages. 2018-03-27 15:55:29 +01:00