History of
doc
@0.2
git clone https://git.catseye.tc/SixtyPical/
- Fix up spec, split off to 6502 opcodes doc, add some tests. Chris Pressey 7 years ago
- Update spec. Chris Pressey 7 years ago
- Work on the spec a bit. Chris Pressey 7 years ago
- REBOOT the entire language & implementation as version 0.2-PRE. Chris Pressey 7 years ago
- Fix a few small typo's. Chris Pressey 7 years ago
- Don't use deprecated Falderal variable names anymore. Chris Pressey 8 years ago
- Parsec that ships with Hugs throws weirder errors sometimes. Cat's Eye Technologies 8 years ago
- Make work under Hugs98 Sep2006. Falderal needs improving, though. Cat's Eye Technologies 8 years ago
- Add failing test. Cat's Eye Technologies 8 years ago
- More access of word tables. Game works with a word table now! Cat's Eye Technologies 8 years ago
- Beginnings of using word tables Cat's Eye Technologies 8 years ago
- Parse (at the very least) decls for word and vector tables. Cat's Eye Technologies 8 years ago
- Block-level decls are visible in inner blocks. Cat's Eye Technologies 8 years ago
- Fix example programs; allow externals to be called. Cat's Eye Technologies 8 years ago
- Character tables. Emit tables properly. Cat's Eye Technologies 8 years ago
- Initial values for reserved tables; checks length is right. Cat's Eye Technologies 8 years ago
- Handle tricky case of abs.interp.'ing a `repeat` loop. Cat's Eye Technologies 8 years ago
- Check that block-level reserves do not supply initial value. Cat's Eye Technologies 8 years ago
- Number each temporary uniquely across program. Sweet! Cat's Eye Technologies 8 years ago
- Initial, awkward support for block-level declarations, including a failing test. Cat's Eye Technologies 8 years ago
- Backed out changeset fddaf1476975. Going to do this differently. Cat's Eye Technologies 8 years ago
- Initial, awkward support for temporaries, with failing test. Cat's Eye Technologies 8 years ago
- `byte table` -> `byte[SIZE]`, and you can `reserve` them. Cat's Eye Technologies 8 years ago
- Explicit `with` syntax. Cat's Eye Technologies 8 years ago
- Uninitialized `reserve`d storage becomes .space in .data segment. Cat's Eye Technologies 8 years ago
- `reserve`d storage locations can have initial values. Cat's Eye Technologies 8 years ago
- Switch to C++/Javascript-style comments, in whitespace production. Cat's Eye Technologies 8 years ago
- Erase types from IndirectIndexed locations. Cat's Eye Technologies 8 years ago
- Improve test coverage. One failing test. Cat's Eye Technologies 8 years ago
- Fix (bodge?) and document my worries. Cat's Eye Technologies 8 years ago