Tree @master (Download .tar.gz)
Commit History
@master
git clone https://git.catseye.tc/Turmac/
- Disable still-WIP Kondey compiler for checkpoint release of 0.2. Chris Pressey 2 months ago
- Add another very simple example Turing machine. Chris Pressey 2 months ago
- Provide non-stub implementations of countStates and countSymbols. Chris Pressey 2 months ago
- Attempt to reform many things in the Kondey backend. Chris Pressey 2 months ago
- Update the Kondey compiler to match the more worked out simulation. Chris Pressey 2 months ago
- Tidy up the loose ends. Chris Pressey 2 months ago
- Add --normalize as a flag. Chris Pressey 2 months ago
- In Kondey backend, scale up stateIds and symbols to odd integers. Chris Pressey 2 months ago
- Fix `gentape` facility. Chris Pressey 2 months ago
- Checkpoint fixing gentape subcommand. Chris Pressey 2 months ago
- In Kondey backend, make sure tape head is over cell to be tested. Chris Pressey 2 months ago
- Continue to develop the compiler to Kondey. Chris Pressey 2 months ago
- Develop the compiler to Kondey. Chris Pressey 2 months ago
- Add beginnings of the Kondey backend. Chris Pressey 2 months ago
- Refactor IR. Chris Pressey 2 months ago
- Note what version number we're at. Chris Pressey 2 months ago
- Place it all in the public domain. Chris Pressey 2 months ago
- Update README. Chris Pressey 2 months ago
- Add normalization logic. Chris Pressey 2 months ago
- Document flags. Add a Turmac example TM that copies a string. Chris Pressey 2 months ago
- Round-trip (compile to Turmac); 3 more tests for format syntax. Chris Pressey 2 months ago
- Update README. Chris Pressey 2 months ago
- The blank symbol is represented by `_`, no longer by `0`. Chris Pressey 2 months ago
- State IDs are strings. The start state is called 'S0'. Chris Pressey 2 months ago
- Move the specification to `Definition-of-Turmac.md`. Chris Pressey 2 months ago
- Replace `parse` subcommand with an `ir-dump` compiler backend. Chris Pressey 2 months ago
- Add Language.Turmac.Simulator module, deprecating IRInterpreter. Chris Pressey 2 months ago
- Push buildProgram further down. Chris Pressey 2 months ago
- Tiny step of pushing buildProgram out of parse Chris Pressey 2 months ago
- Split IR from TM model some more. Chris Pressey 2 months ago