Tree @master (Download .tar.gz)
History of
src
@master
git clone https://git.catseye.tc/Tamsin/
- Improve codegen/C backend just enough to compile Hello, world. Chris Pressey 10 years ago
- Elaborate on the codegen/backend a bit. Chris Pressey 10 years ago
- Yes, like that. But needs to continue to be refined. Chris Pressey 10 years ago
- First cut at C backend which uses output of CodeGen. Chris Pressey 10 years ago
- Awful hack to make compiler fail less. Chris Pressey 10 years ago
- Hey! It spits something out! Chris Pressey 10 years ago
- Well it parses now, at least. Chris Pressey 10 years ago
- More than half-converted, but it still doesn't parse yet. Chris Pressey 10 years ago
- Giving Mini-Tamsin a good ol' college try. Chris Pressey 10 years ago
- Send-to-term is pattern-matching-and-binding. Crude but it works. Chris Pressey 10 years ago
- Fix compiler error messages. All tests pass! Chris Pressey 10 years ago
- Discard unreachable parts of the pre_buffer when possible. Chris Pressey 10 years ago
- Inefficient? Yes! But correct! Chris Pressey 10 years ago
- Buffers go back to being mutable. Beautiful mutable buffers. Chris Pressey 10 years ago
- It was a valiant attempt, but it runs up against a dead end. Chris Pressey 10 years ago
- Hide immutability of Buffer from clients of Scanner. Chris Pressey 10 years ago
- Refactoring's a bit like Sokoban sometimes. (What do we need to move out of the way first?) Chris Pressey 10 years ago
- Simplify a bit before tackling this. Chris Pressey 10 years ago
- seek/tell + pipes = at least we can see what the problem is now. Chris Pressey 10 years ago
- FileBuffer almost works. Chris Pressey 10 years ago
- Add FileBuffer. Although, this will be trickier than it looks. Chris Pressey 10 years ago
- Completely replace ScannerState with Buffer. Chris Pressey 10 years ago
- Mildly harrowing conversion ScannerState -> StringBuffer. Chris Pressey 10 years ago
- Make all 'expected's consistent; compiler needs to catch up. Chris Pressey 10 years ago
- Make error reporting more consistent and shared. Chris Pressey 10 years ago
- Try to make constructors for Scanners and Parsers less weird. Chris Pressey 10 years ago
- Simplify: remove Scanner.reset_state, .consume_any(). Chris Pressey 10 years ago
- Prefer to use Scanner's interface over its attributes... Chris Pressey 10 years ago
- Add filename to ScannerState. Not quite right yet. Chris Pressey 10 years ago
- Add .first() to Scanner things to fix the error reporting tests. Chris Pressey 10 years ago