Tree @master (Download .tar.gz)
Commit History
@master
git clone https://git.catseye.tc/Tamsin/
- 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
- Add dict module to libtamsin. Unused. Untested. Chris Pressey 10 years ago
- Finish splitting up headers. All tests pass. Chris Pressey 10 years ago
- Beginning to split up headers. Broken. Chris Pressey 10 years ago
- Catch up stage-1 compiler (in Tamsin.) All tests pass! Chris Pressey 10 years ago
- Fix signedness bug. All stage-0 compiler tests pass. Chris Pressey 10 years ago