1
0
mirror of https://github.com/catseye/SixtyPical.git synced 2024-11-22 01:32:13 +00:00
SixtyPical/src/sixtypical
2018-04-19 13:18:52 +01:00
..
__init__.py
analyzer.py First cut at implementing save. Only the most basic tests though. 2018-04-19 13:18:52 +01:00
ast.py First cut at implementing save. Only the most basic tests though. 2018-04-19 13:18:52 +01:00
compiler.py Compile byte-table add, sub, cmp, and, or, xor, shl, shr, inc, dec. 2018-04-18 16:32:12 +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
fallthru.py 1-line bugfix. Now the optimizer does do the expected good job. 2018-04-06 13:27:40 +01:00
gen6502.py Compile byte-table add, sub, cmp, and, or, xor, shl, shr, inc, dec. 2018-04-18 16:32:12 +01:00
model.py Make compilation tests pass. 2018-03-14 16:27:33 +00:00
parser.py First cut at implementing save. Only the most basic tests though. 2018-04-19 13:18:52 +01:00
scanner.py Clean up driver code, add filename to error messages. 2018-03-27 15:55:29 +01:00