Tree @master (Download .tar.gz)
Commit History
@master
git clone https://git.catseye.tc/Turmac/
- 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
- Begin to split up concerns: IR is not needed for most things. Chris Pressey 2 months ago
- Remove bogus example. Need to rewrite using string-valued states. Chris Pressey 2 months ago
- Update Python backend. Chris Pressey 2 months ago
- Switch to using string-valued state IDs and symbols. Chris Pressey 2 months ago
- Add --backend flag. Chris Pressey 2 months ago
- Repair the implementation of get_tape_contents(). Chris Pressey 2 months ago
- One of the things in get_tape_contents() is not quite right Chris Pressey 2 months ago
- Add feature to compile Turmac to TM implementation in Python. Chris Pressey 2 months ago
- Clean up Interpreter module, it doesn't actually use state monad. Chris Pressey 2 months ago
- Add test case for setting an initial tape. Chris Pressey 2 months ago