Tree @0.17 (Download .tar.gz)
History of
bin
@0.17
git clone https://git.catseye.tc/SixtyPical/
- Move merge_programs() out of main. Handle missing -o options. Chris Pressey 4 years ago
- Inheritance hierarchy; binding is a little less awful. Chris Pressey 4 years ago
- Awful binding, but at least this code isn't in main anymore. Chris Pressey 4 years ago
- Make all serialize() methods take addr() as an arg, not kwarg. Chris Pressey 4 years ago
- Rename method for more distinction/clarity. Chris Pressey 4 years ago
- Fix whitespace (but not sorting) issue in --dump-fallthru-info. Chris Pressey 4 years ago
- --output cmdline argument, serialize() returns an array of bytes. Chris Pressey 4 years ago
- Reduce number of errors under Python 3 another smidge. Chris Pressey 4 years ago
- Remove --prelude, reform and document --output-formats. Chris Pressey 4 years ago
- Begin hooking the fallthru analysis up to the compilation phase. Chris Pressey 4 years ago
- Vastly simplify the fallthru analysis algorithm. Chris Pressey 4 years ago
- Go slightly further with the serialization. Chris Pressey 4 years ago
- First cut at serialization of fallthru-optimized routines. Chris Pressey 4 years ago
- Optomize dump() abstraction. (You muss optomize, always optomize.) Chris Pressey 4 years ago
- Call it fall_in_map. Chris Pressey 4 years ago
- Abstraction for dumping JSON info. Chris Pressey 4 years ago
- Successfully break cycle. Chris Pressey 4 years ago
- Find cycles in fallthru map. Try to break them; not right, yet. Chris Pressey 4 years ago
- --optimize-fallthru and --dump-fallthru-info options. Chris Pressey 4 years ago
- Add a dedicated module for a dedicated FallthruAnalyzer. Chris Pressey 4 years ago
- First cut at building fallthru map. Needs tests. Chris Pressey 5 years ago
- First cut at support for targetting the Atari 2600. Chris Pressey 5 years ago
- Beginnings of modularity. Chris Pressey 5 years ago
- Clean up driver code, add filename to error messages. Chris Pressey 5 years ago
- Add --output-format and --origin command-line options. Chris Pressey 5 years ago
- Support different preludes for different archs (c64 and vic20 now.) Chris Pressey 5 years ago
- Use ArgumentParser instead of OptionParser. Chris Pressey 5 years ago
- Always analyze before compiling. Chris Pressey 5 years ago
- The evaluator doesn't add much and keeps falling behind; remove it. Chris Pressey 5 years ago
- Ability to --debug analysis. Make 16-bit addition test pass. Chris Pressey 5 years ago