Tree @master (Download .tar.gz)
Commit History
@master
git clone https://git.catseye.tc/Argyle/
- Place under a 2-clause BSD license. Follow REUSE 3.2 convention. Chris Pressey 3 days ago
- Implement `cons`, `car`, `cdr` in terms of ABT nodes. Chris Pressey 3 days ago
- Add `abt` function, which will (we hope) let us do more with ABTs. Chris Pressey 4 days ago
- Improve names. Chris Pressey 4 days ago
- Expand the cons list attempt and document why it doesn't work. Chris Pressey 4 days ago
- Restore unit tests. Chris Pressey 6 days ago
- Fix multiple-values-let-binding still being created by eval quote. Chris Pressey 6 days ago
- Informally describe the language in the README. Chris Pressey 6 days ago
- Add comments to syntax. Chris Pressey 6 days ago
- Replace naive makeArgsTuple with makeNestedApplications. Chris Pressey 6 days ago
- Checkpoint banging tests into shape. Chris Pressey 6 days ago
- Flesh out README. Chris Pressey 7 days ago
- Allow our new builtin to be curried. Chris Pressey 7 days ago
- Reorganize more reasonably. Chris Pressey 7 days ago
- Add a set of (failing!) tests for the new destructABT builtin. Chris Pressey 7 days ago
- Fix the types used in destructABT. Chris Pressey 7 days ago
- Clean up a little. Chris Pressey 7 days ago
- Checkpoint this. Chris Pressey 7 days ago
- Merge branch 'no-let' into lariat-style-destructorizer Chris Pressey 7 days ago
- Make the let-form represent only a single binding in AST. Chris Pressey 7 days ago
- Lariat-style destructorizer. Chris Pressey 9 days ago
- Remove deprecated unit tests. Chris Pressey 9 days ago
- Track declared free variables in VABT. Chris Pressey 9 days ago
- An attempt at removing "free" operators from ABT. Chris Pressey 9 days ago
- Update unit tests. Test performSubstitution, not unused things. Chris Pressey 10 days ago
- Completely rewrite S-expression parser. Chris Pressey 10 days ago
- Clean up test suite, reframe as specification. Chris Pressey 10 days ago
- Update test expectations to match (admittedly brutal) fresh names. Chris Pressey 10 days ago
- Fix how generateFreshName is being called. Chris Pressey 10 days ago
- Fix collectAllFreeVars. All remaining test failures make sense. Chris Pressey 11 days ago