This website requires JavaScript.
Explore
Help
Sign In
James
/
tricu
Watch
1
Star
1
Fork
0
You've already forked tricu
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
c36d963640ce100f76ae36169d296e4f27aa1ebd
tricu
/
.gitignore
13 lines
96 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Initialize Repo Working (but likely buggy!) lexing, parsing, and evaluation of Tree Calculus terms
2024-12-18 18:55:51 -06:00
*.swp
Drop parseVarWithoutAssignment Additionally sorts gitignore and adds attempted decoding of lists back to the REPL
2025-01-03 10:31:35 -06:00
*.txt
Initialize Repo Working (but likely buggy!) lexing, parsing, and evaluation of Tree Calculus terms
2024-12-18 18:55:51 -06:00
*~
.env
Drop parseVarWithoutAssignment Additionally sorts gitignore and adds attempted decoding of lists back to the REPL
2025-01-03 10:31:35 -06:00
.stack-work/
/Dockerfile
/config.dhall
/result
Initialize Repo Working (but likely buggy!) lexing, parsing, and evaluation of Tree Calculus terms
2024-12-18 18:55:51 -06:00
WD
Drop parseVarWithoutAssignment Additionally sorts gitignore and adds attempted decoding of lists back to the REPL
2025-01-03 10:31:35 -06:00
bin/
dist*
REPL namespaces; lib function for pattern matching 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:50:28 -06:00
.tricu_history
Reference in New Issue
Copy Permalink