1
0
mirror of https://github.com/catseye/SixtyPical.git synced 2024-06-26 16:29:28 +00:00
SixtyPical/src/sixtypical
2018-11-27 15:44:39 +00:00
..
__init__.py REBOOT the entire language & implementation as version 0.2-PRE. 2015-10-16 09:30:24 +01:00
analyzer.py Begin working out what happens when you encounter a goto. 2018-11-27 15:44:39 +00:00
ast.py Resolve forward references more explicitly. 2018-09-07 13:20:18 +01:00
compiler.py Support save X, Y, Z {} as a shortcut syntax for nested saves. 2018-09-07 11:27:42 +01:00
emitter.py Make all serialize() methods take addr() as an arg, not kwarg. 2018-09-06 18:11:47 +01:00
fallthru.py Explicitly sort the chains by their content, for stable sort. 2018-09-06 17:15:10 +01:00
gen6502.py Make all serialize() methods take addr() as an arg, not kwarg. 2018-09-06 18:11:47 +01:00
model.py backpatch_constraint_labels can resolve ForwardReferences. 2018-09-07 14:51:16 +01:00
outputter.py Inheritance hierarchy; binding is a little less awful. 2018-09-07 09:10:20 +01:00
parser.py goto may only occur at the end of a block. 2018-11-27 13:43:36 +00:00
scanner.py Make lexer greatly less inefficient on large source files. 2018-11-20 13:14:45 +00:00