From: Alex Corcoles Date: Tue, 9 Apr 2024 15:29:02 +0000 (+0200) Subject: Add Crafting Interpreters X-Git-Tag: 20241020-emacs~207 X-Git-Url: https://xn--ix-yja.es/gitweb/?a=commitdiff_plain;h=c010d67dd419802f796919d510fbdc7bb8bdead0;p=alex.git Add Crafting Interpreters --- diff --git a/INTERESTING_PROJECTS.org b/INTERESTING_PROJECTS.org index d9ed058..f69f424 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/