summaryrefslogtreecommitdiff
path: root/INTERESTING_PROJECTS.org
diff options
context:
space:
mode:
authorAlex Corcoles <alex@pdp7.net>2024-04-09 17:29:02 +0200
committerGitHub <noreply@github.com>2024-04-09 17:29:02 +0200
commitc010d67dd419802f796919d510fbdc7bb8bdead0 (patch)
treefecb16c39dea2e8429bc61ca3111d23e86d87661 /INTERESTING_PROJECTS.org
parent2542eb03ffee3a59b4b0a44f33222e87cfdb67f9 (diff)
Add Crafting Interpreters
Diffstat (limited to 'INTERESTING_PROJECTS.org')
-rw-r--r--INTERESTING_PROJECTS.org1
1 files changed, 1 insertions, 0 deletions
diff --git a/INTERESTING_PROJECTS.org b/INTERESTING_PROJECTS.org
index d9ed0589..f69f424a 100644
--- a/INTERESTING_PROJECTS.org
+++ b/INTERESTING_PROJECTS.org
@@ -39,6 +39,7 @@ Also keeping things in a Org mode means I can classify and add notes.
- https://github.com/stephan-tolksdorf/fparsec
- https://github.com/Engelberg/instaparse
- https://janet-lang.org/docs/peg.html - Janet is a programming language with first-class support for PEGs
+ - https://craftinginterpreters.com/contents.html - Book
** DCGs/Prolog
- https://en.wikipedia.org/wiki/Definite_clause_grammar
- https://github.com/mthom/scryer-prolog/