Tree @master (Download .tar.gz)
History of
src
/
sixtypical
@master
git clone https://git.catseye.tc/SixtyPical/
- Arrange license info in repo to follow REUSE 3.0 convention. Chris Pressey 9 months ago
- Correct comment. Chris Pressey 5 years ago
- Don't search for filenames given on cmdline in the include path. Chris Pressey 5 years ago
- called_routines are not stored in context at all. Chris Pressey 5 years ago
- Establish an `include` directory and `--include-path` option. Chris Pressey 5 years ago
- Merge included programs. Chris Pressey 5 years ago
- First cut at include files. Chris Pressey 5 years ago
- Simplify, fixing an apparent bug in the process. Chris Pressey 5 years ago
- Implement tail-call optimization. Chris Pressey 5 years ago
- Simplify and improve Emitter abstraction. Chris Pressey 5 years ago
- Better generation of code at tail of routines. Chris Pressey 5 years ago
- Pass next routine to each routine being compiled. Chris Pressey 5 years ago
- Implement --prune-unreachable-routines. Chris Pressey 5 years ago
- Callgraph uses reachability. Chris Pressey 5 years ago
- Routines can be declared `preserved`. Chris Pressey 5 years ago
- Expand on the callgraph tests. Chris Pressey 5 years ago
- Routines that are goto'd are also in the call graph. Chris Pressey 5 years ago
- First cut at finding all routines that could be assigned to vector. Chris Pressey 5 years ago
- Refactor: move to dedicated module. Chris Pressey 5 years ago
- Checkpoint. Chris Pressey 5 years ago
- First cut at constructing a call graph. Chris Pressey 5 years ago
- Forbid nested `with interrupts` blocks, and more refactoring. Chris Pressey 5 years ago
- Add `reset` instruction; much refactoring. Chris Pressey 5 years ago
- Implement local locations that aren't statically initialized. Chris Pressey 5 years ago
- Fix bug raising InconsistentExitError, and type-bug in ribos2.60p. Chris Pressey 5 years ago
- The Type and Ref class hierarchies are now namedtuples. Chris Pressey 5 years ago
- Store type information in SymbolTable shared across phases. Chris Pressey 5 years ago
- Refactor to avoid storing LocationRefs in SymEntry. Chris Pressey 5 years ago
- Distinct AST nodes for call and goto instructions. Chris Pressey 5 years ago
- Include more info in --dump-exit-contexts. Chris Pressey 5 years ago