Tree @master (Download .tar.gz)
History of
bin
/
sixtypical
@master
git clone https://git.catseye.tc/SixtyPical/
- Arrange license info in repo to follow REUSE 3.2 convention. Chris Pressey 2 months ago
- `sixtypical` and `dcc6502-adapter` run under Python 3 by default. Chris Pressey 1 year, 8 months ago
- Don't search for filenames given on cmdline in the include path. Chris Pressey 5 years ago
- Establish an `include` directory and `--include-path` option. Chris Pressey 5 years ago
- First cut at include files. Chris Pressey 5 years ago
- Make test as intended. It fails atm. Simplify driver code. Chris Pressey 5 years ago
- Implement --prune-unreachable-routines. Chris Pressey 5 years ago
- Fix test, dump format. Chris Pressey 5 years ago
- Refactor: move to dedicated module. Chris Pressey 5 years ago
- Checkpoint. Chris Pressey 5 years ago
- Refine the callgraph algorithm. Still incomplete though. Chris Pressey 5 years ago
- Merge branch 'develop-0.21' into construct-callgraph Chris Pressey 5 years ago
- Bump version number. 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
- 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