1
0
mirror of https://github.com/catseye/SixtyPical.git synced 2024-07-03 01:29:43 +00:00
SixtyPical/src/sixtypical
2018-09-05 21:45:58 +01:00
..
__init__.py REBOOT the entire language & implementation as version 0.2-PRE. 2015-10-16 09:30:24 +01:00
analyzer.py Not making any promises, but reduce the errors under Python 3. 2018-09-05 21:45:58 +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 Not making any promises, but reduce the errors under Python 3. 2018-09-05 21:45:58 +01:00
emitter.py Not making any promises, but reduce the errors under Python 3. 2018-09-05 21:45:58 +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 Not making any promises, but reduce the errors under Python 3. 2018-09-05 21:45:58 +01:00
parser.py Not making any promises, but reduce the errors under Python 3. 2018-09-05 21:45:58 +01:00
scanner.py Clean up driver code, add filename to error messages. 2018-03-27 15:55:29 +01:00