Commit History
@master
git clone https://git.catseye.tc/Jaft/
-
Small changes, to use concoctor 0.1, in prep for release of 0.1.
Chris Pressey
22 days ago
-
Use external concoctor package (hosted on Codeberg currently.)
Chris Pressey
a month ago
-
Reach another milestone in disentangling concoctor from Jaft.
Chris Pressey
a month ago
-
Merge branch 'master' of https://codeberg.org/cpressey/Jaft
Chris Pressey
a month ago
-
Add motivation / case study.
Chris Pressey
a month ago
-
Keep rewriting the readme. Move TODO items to their own document.
Chris Pressey
a month ago
-
A few small edits for more clarity
Chris Pressey
a month ago
-
Small edits to readmes.
Chris Pressey
a month ago
-
Rewrite explanation in README, yet again.
Chris Pressey
a month ago
-
Rename specification document.
Chris Pressey
a month ago
-
Update the README and the concoctor description.
Chris Pressey
a month ago
-
Split README to describe concoctor separately.
Chris Pressey
a month ago
-
More tests, notably name-binding tests.
Chris Pressey
a month ago
-
Develop tests a bit.
Chris Pressey
a month ago
-
Split unit tests.
Chris Pressey
a month ago
-
Suppose --expose option in interpreter. Add more tests to doc.
Chris Pressey
a month ago
-
Add Jaft interpreter and beginning of language definition doc.
Chris Pressey
a month ago
-
Update README
Chris Pressey
a month ago
-
Dependency injection.
Chris Pressey
a month ago
-
Arrange license info according to REUSE 3.2 convention.
Chris Pressey
a month ago
-
Split into two modules, concoctor.js and jaftCompiler.js.
Chris Pressey
a month ago
-
Split conceptually into "concoctor" framework and "Jaft" language.
Chris Pressey
a month ago
-
Throw error if let or const list re-uses a variable.
Chris Pressey
a month ago
-
const ... ; disallows shadowing.
Chris Pressey
a month ago
-
Convert parser to a class, in preparation for tracking context.
Chris Pressey
a month ago
-
Add validation, in parser, that all input has been consumed.
Chris Pressey
a month ago
-
No `let...in`, only `let...;`. Add `const...;` to alias `let...;`.
Chris Pressey
2 months ago
-
Some TODO notes.
Chris Pressey
2 months ago
-
Logical boolean operators, and allow ternary in let binding.
Chris Pressey
2 months ago
-
Functions in concoct context must be vetted (blessed or concocted)
Chris Pressey
2 months ago