1
0
mirror of https://github.com/catseye/SixtyPical.git synced 2024-06-02 03:41:28 +00:00
SixtyPical/src/sixtypical
2018-04-25 16:58:21 +01:00
..
__init__.py REBOOT the entire language & implementation as version 0.2-PRE. 2015-10-16 09:30:24 +01:00
analyzer.py Extract locations from context appropriately. All tests pass. 2018-04-25 16:58:21 +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 Support save'ing user-defined locations. 2018-04-25 13:27:47 +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 code for saving a, x, or y on the stack. 2018-04-25 13:15:53 +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