]> xn--ix-yja.es Git - alex.git/commitdiff
Add Crafting Interpreters
authorAlex Corcoles <alex@pdp7.net>
Tue, 9 Apr 2024 15:29:02 +0000 (17:29 +0200)
committerGitHub <noreply@github.com>
Tue, 9 Apr 2024 15:29:02 +0000 (17:29 +0200)
INTERESTING_PROJECTS.org

index d9ed0589ac752529e6581c42a3b7c8dd734f5bcd..f69f424a1ac36c0b6b136d6c900fa05996b6fba5 100644 (file)
@@ -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/