Go to file
Simon From Jakobsen cb6c71b310
add license
2024-07-21 21:58:22 +02:00
.gitignore init 2024-07-21 21:56:42 +02:00
ast init 2024-07-21 21:56:42 +02:00
ast_generator.ts init 2024-07-21 21:56:42 +02:00
ast.out.ts init 2024-07-21 21:56:42 +02:00
bootstrap.sh init 2024-07-21 21:56:42 +02:00
build.sh init 2024-07-21 21:56:42 +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 init 2024-07-21 21:56:42 +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.