summaryrefslogtreecommitdiff
path: root/Readme.txt
diff options
context:
space:
mode:
authorDaniel Weipert <code@drogueronin.de>2022-12-06 13:34:33 +0100
committerDaniel Weipert <code@drogueronin.de>2022-12-06 13:34:33 +0100
commitf17b517e56503600355de910ce576efab56b1287 (patch)
tree48b3a03d0383bc1347d7a85b4f6bdc55f4b55e6b /Readme.txt
parent5b840fd4c56d835b067e4cf9a3e4af4442717d20 (diff)
Tried to create an AST
Diffstat (limited to 'Readme.txt')
-rw-r--r--Readme.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/Readme.txt b/Readme.txt
index 7ccd854..09f9e49 100644
--- a/Readme.txt
+++ b/Readme.txt
@@ -5,3 +5,4 @@
- https://www.ecosia.org/search?q=transpiler%20with%20bison%20and%20lex
- https://github.com/labis7/Flex_Bison_Transpiler
- https://gnuu.org/2009/09/18/writing-your-own-toy-compiler/
+- https://lloydrochester.com/post/flex-bison/json-parse-ast/