Tree @master (Download .tar.gz)
History of
tests
@master
git clone https://git.catseye.tc/SixtyPical/
- Move test, add test, add assertion. Chris Pressey 6 years ago
- Retain some syntax compatibility: make `table` a postfix operator. Chris Pressey 6 years ago
- Add some tests, fix some bugs, show that one bug remains. Chris Pressey 6 years ago
- Start of typedef support. Chris Pressey 6 years ago
- Kind-of not-pretty syntax refactor to support adding typedefs. Chris Pressey 6 years ago
- The evaluator doesn't add much and keeps falling behind; remove it. Chris Pressey 6 years ago
- Fix table access bug where index wasn't required to be initialized. Chris Pressey 6 years ago
- Allow copying a routine directly into a vector table. Chris Pressey 6 years ago
- Retain silly 'name inside the type' syntax (a la C) for now. Chris Pressey 6 years ago
- NOt 100% sure it's correct, but it seems close. Chris Pressey 6 years ago
- Begin to implement vector tables, stuck at a type equality problem. Chris Pressey 6 years ago
- Vector tables can be parsed. Chris Pressey 6 years ago
- Constraints for `vector` come immediately after the type expression. Chris Pressey 6 years ago
- Initialized byte tables need not have all 256 bytes initialized. Chris Pressey 6 years ago
- `copy []+y, a` to indirectly read byte into the `a` register. Chris Pressey 6 years ago
- `trash` indicates a value is no longer considered meaningful. Chris Pressey 6 years ago
- Subtract word (constant or memory location) from word memory location. Chris Pressey 6 years ago
- Initial work on initialized byte tables. Chris Pressey 6 years ago
- Can `copy` a literal word to a word table. Chris Pressey 6 years ago
- Initialized `word` type memory locations. Chris Pressey 6 years ago
- Correctly analyze `repeat { ... } forever` loops. Chris Pressey 6 years ago
- Apparently this hack was only needed previously due to a bug? Chris Pressey 6 years ago
- `forward` modifier on location expression, instead of `assign`. Chris Pressey 6 years ago
- Introducing a new pseudo-opcode is rarely an elegant solution. Chris Pressey 6 years ago
- Allow `call` and `goto` routines defined further down in the source. Chris Pressey 6 years ago
- LocationRefs are equal if names/type are; this needed __str__ tho. Chris Pressey 6 years ago
- Clearing up a little mystery I had here. Chris Pressey 6 years ago
- Constraint sets may only contain labels, which are resolved late. Chris Pressey 6 years ago
- Add failing test for a vector being able to name itself in outputs. Chris Pressey 6 years ago
- Check in test appliance (dcc6502-adapter) that was missed. Chris Pressey 6 years ago