Tree @master (Download .tar.gz)
Commit History
@master
git clone https://git.catseye.tc/Jaft/
- Update README. Chris Pressey 3 months ago
- Use concoctor 0.2 (official tag). Chris Pressey 3 months ago
- Binary operators: support !==; == and != officially not supported. Chris Pressey 3 months ago
- Use new concoctor interface. Chris Pressey 3 months ago
- Move jaftConcoctor-specific tests to jaftConcoctor.test.js. Chris Pressey 3 months ago
- Fix link to concoctor documentation. Chris Pressey 3 months ago
- Small changes, to use concoctor 0.1, in prep for release of 0.1. Chris Pressey 3 months ago
- Use external concoctor package (hosted on Codeberg currently.) Chris Pressey 3 months ago
- Reach another milestone in disentangling concoctor from Jaft. Chris Pressey 3 months ago
- Merge branch 'master' of https://codeberg.org/cpressey/Jaft Chris Pressey 3 months ago
- Add motivation / case study. Chris Pressey 3 months ago
- Keep rewriting the readme. Move TODO items to their own document. Chris Pressey 4 months ago
- A few small edits for more clarity Chris Pressey 4 months ago
- Small edits to readmes. Chris Pressey 4 months ago
- Rewrite explanation in README, yet again. Chris Pressey 4 months ago
- Rename specification document. Chris Pressey 4 months ago
- Update the README and the concoctor description. Chris Pressey 4 months ago
- Split README to describe concoctor separately. Chris Pressey 4 months ago
- More tests, notably name-binding tests. Chris Pressey 4 months ago
- Develop tests a bit. Chris Pressey 4 months ago
- Split unit tests. Chris Pressey 4 months ago
- Suppose --expose option in interpreter. Add more tests to doc. Chris Pressey 4 months ago
- Add Jaft interpreter and beginning of language definition doc. Chris Pressey 4 months ago
- Update README Chris Pressey 4 months ago
- Dependency injection. Chris Pressey 4 months ago
- Arrange license info according to REUSE 3.2 convention. Chris Pressey 4 months ago
- Split into two modules, concoctor.js and jaftCompiler.js. Chris Pressey 4 months ago
- Split conceptually into "concoctor" framework and "Jaft" language. Chris Pressey 4 months ago
- Throw error if let or const list re-uses a variable. Chris Pressey 4 months ago
- const ... ; disallows shadowing. Chris Pressey 4 months ago