5 Commits

Author SHA1 Message Date
f9864b8361 REPL namespaces; lib function for pattern matching
All checks were successful
Test, Build, and Release / test (push) Successful in 1m52s
Test, Build, and Release / build (push) Successful in 1m20s
Adds support for REPL namespacing, primarily to avoid `main` collisions.
Also adds a library function for an ergonomic pattern matching function
that I've been noodling on. I might explore ways to make list syntax
less annoying specifically for pattern matching like this.
2025-02-02 10:56:40 -06:00
9dbcde08ca Minify and mark as pre-release 2025-01-23 17:23:02 -06:00
7a7ee6886a Rename from sapling to tricu 2024-12-29 08:29:25 -06:00
dcf8120dea Clean up 2024-12-18 19:41:12 -06:00
2a650dac56 Initialize Repo
Working (but likely buggy!) lexing, parsing, and evaluation of Tree Calculus terms
2024-12-18 18:59:07 -06:00