aboutsummaryrefslogtreecommitdiffstats
path: root/2022/03/refs.md
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@archive.org>2022-06-24 19:49:48 -0700
committerBryan Newbold <bnewbold@archive.org>2022-06-24 19:50:42 -0700
commit7335d44275f9ed1df03be14af5bb550e66602ccc (patch)
tree4afd68eac8491a8268eaf38fafc10e39a703d5eb /2022/03/refs.md
parent1f335d0e893b65ff96729fb10471b24670209a8c (diff)
downloadmodelthought-master.tar.gz
modelthought-master.zip
commit many old notesHEADmaster
Diffstat (limited to '2022/03/refs.md')
-rw-r--r--2022/03/refs.md18
1 files changed, 18 insertions, 0 deletions
diff --git a/2022/03/refs.md b/2022/03/refs.md
new file mode 100644
index 0000000..82d2024
--- /dev/null
+++ b/2022/03/refs.md
@@ -0,0 +1,18 @@
+
+simple/basic rust CAS:
+https://github.com/p-e-w/savage
+
+rust PEG parser library, with nice error recovery (aka, human-readable parser errors):
+https://github.com/zesterer/chumsky
+https://github.com/zesterer/ariadne
+
+e-graphs:
+https://egraphs-good.github.io/
+https://www.philipzucker.com/egraph-1/
+https://www.philipzucker.com/egraph-2/
+https://blog.sigplan.org/2021/04/06/equality-saturation-with-egg/
+
+Julia CAS stuff:
+https://github.com/JuliaSymbolics/Metatheory.jl
+https://github.com/JuliaSymbolics/TermInterface.jl
+