Tree @master (Download .tar.gz)
Commit History
@master
git clone https://git.catseye.tc/Jaft/
- Remove some unneeded jazz. Chris Pressey 9 days ago
- Add JavaScript tests for Jaft functions that work with closures. Chris Pressey 9 days ago
- Closures cannot be called from the function where they're defined. Chris Pressey 10 days ago
- No leading `lambda` syntax is needed on arrow function syntax. Chris Pressey 20 days ago
- First iteration of adding closures to the language. Chris Pressey 20 days ago
- Update README in preparation for developing the next version. Chris Pressey 21 days ago
- Pivot from supporting multiple return values to supporting tuples. Chris Pressey 2 months ago
- Do not try to reckon tail position directly in the parser. Chris Pressey 2 months ago
- Initial work on supporting multiple return values. Chris Pressey 2 months ago
- Allow `jafti` to evaluate either an expression or a function. Chris Pressey 3 months ago
- 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