Go to file
2024-07-24 10:31:06 +00:00
.gitignore add unnamed args 2024-07-21 23:35:34 +02:00
ast nested constructors, shallow enums 2024-07-24 10:31:06 +00:00
ast_generator.ts nested constructors, shallow enums 2024-07-24 10:31:06 +00:00
ast.out.ts nested constructors, shallow enums 2024-07-24 10:31:06 +00: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 nested constructors, shallow enums 2024-07-24 10:31:06 +00: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.