Tree @develop-0.20 (Download .tar.gz)
History of
bin
/
sixtypical
@develop-0.20
git clone https://git.catseye.tc/SixtyPical/
- Forbid nested `with interrupts` blocks, and more refactoring. Chris Pressey 5 years ago
- Updates to README. Fix awkward punctuation in usage message. Chris Pressey 5 years ago
- Replace --run option with terser --run-on option. Chris Pressey 5 years ago
- First cut at a --run option for sixtypical, replacing loadngo.sh. Chris Pressey 5 years ago
- Clean up ArgumentParser usage message, add --version argument. Chris Pressey 5 years ago
- Store type information in SymbolTable shared across phases. Chris Pressey 5 years ago
- Checkpoint import of changes for version 0.19. Chris Pressey 5 years ago
- Move merge_programs() out of main. Handle missing -o options. Chris Pressey 6 years ago
- Inheritance hierarchy; binding is a little less awful. Chris Pressey 6 years ago
- Awful binding, but at least this code isn't in main anymore. Chris Pressey 6 years ago
- Make all serialize() methods take addr() as an arg, not kwarg. Chris Pressey 6 years ago
- Rename method for more distinction/clarity. Chris Pressey 6 years ago
- Fix whitespace (but not sorting) issue in --dump-fallthru-info. Chris Pressey 6 years ago
- --output cmdline argument, serialize() returns an array of bytes. Chris Pressey 6 years ago
- Reduce number of errors under Python 3 another smidge. Chris Pressey 6 years ago
- Remove --prelude, reform and document --output-formats. Chris Pressey 6 years ago
- Begin hooking the fallthru analysis up to the compilation phase. Chris Pressey 6 years ago
- Vastly simplify the fallthru analysis algorithm. Chris Pressey 6 years ago
- Go slightly further with the serialization. Chris Pressey 6 years ago
- First cut at serialization of fallthru-optimized routines. Chris Pressey 6 years ago
- Optomize dump() abstraction. (You muss optomize, always optomize.) Chris Pressey 6 years ago
- Call it fall_in_map. Chris Pressey 6 years ago
- Abstraction for dumping JSON info. Chris Pressey 6 years ago
- Successfully break cycle. Chris Pressey 6 years ago
- Find cycles in fallthru map. Try to break them; not right, yet. Chris Pressey 6 years ago
- --optimize-fallthru and --dump-fallthru-info options. Chris Pressey 6 years ago
- Add a dedicated module for a dedicated FallthruAnalyzer. Chris Pressey 6 years ago
- First cut at building fallthru map. Needs tests. Chris Pressey 6 years ago
- First cut at support for targetting the Atari 2600. Chris Pressey 6 years ago
- Beginnings of modularity. Chris Pressey 6 years ago