Tree @master (Download .tar.gz)
History of
bin
@master
git clone https://git.catseye.tc/SixtyPical/
- 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
- Clean up driver code, add filename to error messages. Chris Pressey 6 years ago
- Add --output-format and --origin command-line options. Chris Pressey 6 years ago
- Support different preludes for different archs (c64 and vic20 now.) Chris Pressey 6 years ago
- Use ArgumentParser instead of OptionParser. Chris Pressey 6 years ago
- Always analyze before compiling. Chris Pressey 6 years ago
- The evaluator doesn't add much and keeps falling behind; remove it. Chris Pressey 6 years ago
- Ability to --debug analysis. Make 16-bit addition test pass. Chris Pressey 6 years ago
- Implement indirect JSRs with trampolines in theory; doesn't work. Chris Pressey 9 years ago
- Refactor Analyzer. Get analysis tests passing once again. Chris Pressey 9 years ago
- Recast Evaluator as an object. Handle `goto` inside it. Chris Pressey 9 years ago
- Compile `repeat` loops. Chris Pressey 9 years ago
- Get serialization of relative labels correct. Chris Pressey 9 years ago
- Call defined routines. Chris Pressey 9 years ago
- Compiler object, labels, compile 'call'... It prints 'A'! Chris Pressey 9 years ago
- Add tests for compilation, BASIC header, load-n-go script. Chris Pressey 9 years ago
- 6502 opcodes are Emittables. Can compile simple programs now! Chris Pressey 9 years ago
- Wire up the compiler and wring out obvious bugs. Chris Pressey 9 years ago
- Improve evaluator internals. Finish test suite for analysis. Chris Pressey 9 years ago
- REBOOT the entire language & implementation as version 0.2-PRE. Chris Pressey 9 years ago