Tree @7b8977e (Download .tar.gz)
Commit History
@7b8977e72524b989133f522c2c5175cbfefecb04
git clone https://git.catseye.tc/Tamsin/
- 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
- Checkpoint -- scanner.peek(1) is not what I meant... Chris Pressey 10 years ago
- Some rudimentary tests for sensible error reporting. Chris Pressey 10 years ago
- Introduce ScannerState, which includes line and column numbers. Chris Pressey 10 years ago
- Go over TODO. Chris Pressey 10 years ago
- More useful semantics for proper-quoted string literals. Chris Pressey 10 years ago
- Remove debugging output. Chris Pressey 10 years ago
- Implement proper-quotes in Tamsin-in-Tamsin compiler. Chris Pressey 10 years ago
- Whitespace. Chris Pressey 10 years ago
- Define unquote more, fix/improve implementations. Cat's Eye Technologies 10 years ago
- Begin "proper" quotes support in Tamsin. There is currently a bug in libtamsin's unquote. Chris Pressey 10 years ago
- Implement proper-oriented-quotes-sugar in parser. Chris Pressey 10 years ago
- Define, and scan, proper matched opening and closing quotes. Chris Pressey 10 years ago
- Post-release tweaks. Chris Pressey 10 years ago
- Added tag 0.5 for changeset 7597a8c4b1c6 Chris Pressey 10 years ago
- Prep for release of 0.5. Chris Pressey 10 years ago
- Find and fix the "obscure problem". All tests pass! Chris Pressey 10 years ago
- Implement hash-consing of atoms. Obscure problem, one failure. Chris Pressey 10 years ago