Tree @master (Download .tar.gz)
History of
src
@master
git clone https://git.catseye.tc/Argyle/
- Count unclosed parentheses, even after a complete expression. Chris Pressey a month ago
- Checkpoint changes to S-expression parser. Chris Pressey a month ago
- Update README and try to implement factorial. Chris Pressey a month ago
- Handle Literal case in alphaEquivalent function. Chris Pressey a month ago
- Add missing Literal cases on ABT functions. Chris Pressey a month ago
- Improve unit tests for alphaEquivalent. Chris Pressey a month ago
- Charge towards alpha-equivalence of ABT values. Chris Pressey a month ago
- Add `equal?` built-in predicate. Chris Pressey a month ago
- Add `if-apply` built-in function. Chris Pressey a month ago
- Place under a 2-clause BSD license. Follow REUSE 3.2 convention. Chris Pressey a month ago
- Implement `cons`, `car`, `cdr` in terms of ABT nodes. Chris Pressey a month ago
- Add `abt` function, which will (we hope) let us do more with ABTs. Chris Pressey a month ago
- Improve names. Chris Pressey a month ago
- Expand the cons list attempt and document why it doesn't work. Chris Pressey a month ago
- Restore unit tests. Chris Pressey a month ago
- Fix multiple-values-let-binding still being created by eval quote. Chris Pressey a month ago
- Add comments to syntax. Chris Pressey a month ago
- Replace naive makeArgsTuple with makeNestedApplications. Chris Pressey a month ago
- Allow our new builtin to be curried. Chris Pressey a month ago
- Reorganize more reasonably. Chris Pressey a month ago
- Add a set of (failing!) tests for the new destructABT builtin. Chris Pressey a month ago
- Fix the types used in destructABT. Chris Pressey a month ago
- Clean up a little. Chris Pressey a month ago
- Checkpoint this. Chris Pressey a month ago
- Merge branch 'no-let' into lariat-style-destructorizer Chris Pressey a month ago
- Make the let-form represent only a single binding in AST. Chris Pressey a month ago
- Lariat-style destructorizer. Chris Pressey a month ago
- Remove deprecated unit tests. Chris Pressey a month ago
- Track declared free variables in VABT. Chris Pressey a month ago
- An attempt at removing "free" operators from ABT. Chris Pressey a month ago