1
0
mirror of https://github.com/catseye/SixtyPical.git synced 2024-05-31 21:41:29 +00:00
SixtyPical/src/sixtypical
2019-10-23 15:00:03 +01:00
..
__init__.py REBOOT the entire language & implementation as version 0.2-PRE. 2015-10-16 09:30:24 +01:00
analyzer.py Simplify, fixing an apparent bug in the process. 2019-10-22 12:42:17 +01:00
ast.py Add reset instruction; much refactoring. 2019-05-14 08:56:35 +01:00
callgraph.py Correct comment. 2019-10-23 15:00:03 +01:00
compiler.py Implement tail-call optimization. 2019-10-22 12:23:15 +01:00
context.py called_routines are not stored in context at all. 2019-10-22 16:26:50 +01:00
emitter.py Simplify and improve Emitter abstraction. 2019-10-22 11:55:21 +01:00
fallthru.py Store type information in SymbolTable shared across phases. 2019-04-10 08:48:33 +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 The Type and Ref class hierarchies are now namedtuples. 2019-04-10 08:50:13 +01:00
outputter.py Inheritance hierarchy; binding is a little less awful. 2018-09-07 09:10:20 +01:00
parser.py Don't search for filenames given on cmdline in the include path. 2019-10-23 10:32:26 +01:00
scanner.py Make lexer greatly less inefficient on large source files. 2018-11-20 13:14:45 +00:00
symtab.py Forbid nested with interrupts blocks, and more refactoring. 2019-05-14 15:01:10 +01:00