From 0b9af057aede9bf349d6c2a487697274917bebaa Mon Sep 17 00:00:00 2001 From: SimonFJ20 Date: Sun, 21 Jul 2024 21:59:23 +0200 Subject: [PATCH] add readme --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..a6f791a --- /dev/null +++ b/README.md @@ -0,0 +1,9 @@ + +# ast_generator + +Currently generates Typescript out of DSA syntax. + +Example in the `ast` used by the program itself. + +`ast.out.ts` is intentionally included for bootstrapping. +