1
0
mirror of https://github.com/catseye/SixtyPical.git synced 2024-06-20 17:29:29 +00:00
SixtyPical/src/sixtypical
2015-10-17 11:08:25 +01:00
..
__init__.py REBOOT the entire language & implementation as version 0.2-PRE. 2015-10-16 09:30:24 +01:00
analyzer.py Improve evaluator internals. Finish test suite for analysis. 2015-10-16 19:32:18 +01:00
ast.py REBOOT the entire language & implementation as version 0.2-PRE. 2015-10-16 09:30:24 +01:00
compiler.py 6502 opcodes are Emittables. Can compile simple programs now! 2015-10-17 11:08:25 +01:00
emitter.py 6502 opcodes are Emittables. Can compile simple programs now! 2015-10-17 11:08:25 +01:00
evaluator.py Improve evaluator internals. Finish test suite for analysis. 2015-10-16 19:32:18 +01:00
gen6502.py 6502 opcodes are Emittables. Can compile simple programs now! 2015-10-17 11:08:25 +01:00
model.py Sketch the compiler. 2015-10-16 23:12:52 +01:00
parser.py Write sufficient tests (I think) for analysis of ifs. 2015-10-16 14:01:45 +01:00