Go to file
2024-07-29 02:54:28 +02:00
.gitignore add unnamed args 2024-07-21 23:35:34 +02:00
ast add types and code blocks 2024-07-29 02:54:28 +02:00
ast_generator.ts add types and code blocks 2024-07-29 02:54:28 +02:00
ast.out.ts add types and code blocks 2024-07-29 02:54:28 +02:00
bootstrap.sh init 2024-07-21 21:56:42 +02:00
build.sh init 2024-07-21 21:56:42 +02:00
deno.jsonc add deno.jsonc 2024-07-21 22:32:33 +02:00
deno.lock add unnamed args 2024-07-21 23:35:34 +02:00
generate_ast init 2024-07-21 21:56:42 +02:00
install.sh init 2024-07-21 21:56:42 +02:00
LICENSE add license 2024-07-21 21:58:22 +02:00
parser.ne add types and code blocks 2024-07-29 02:54:28 +02:00
README.md add readme 2024-07-21 21:59:23 +02:00

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.