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 10:45:18 +01:00
..
__init__.py REBOOT the entire language & implementation as version 0.2-PRE. 2015-10-16 09:30:24 +01:00
analyzer.py Support of NOP opcode. 2018-03-28 14:52:16 +01:00
ast.py Almost compile for loops correctly. 2018-03-14 15:33:11 +00:00
compiler.py Initial support for initializing byte tables with list of bytes. 2018-03-29 10:45:18 +01:00
emitter.py First cut at support for targetting the Atari 2600. 2018-03-28 14:20:53 +01:00
gen6502.py Support of NOP opcode. 2018-03-28 14:52:16 +01:00
model.py Make compilation tests pass. 2018-03-14 16:27:33 +00:00
parser.py Initial support for initializing byte tables with list of bytes. 2018-03-29 10:45:18 +01:00
scanner.py Clean up driver code, add filename to error messages. 2018-03-27 15:55:29 +01:00