I need an ast.

This commit is contained in:
Jordan Hewitt
2024-02-21 08:19:29 -08:00
parent c506e47ada
commit 199ddb6848
11 changed files with 993 additions and 113 deletions

7
src/lib/ast.ts Normal file
View File

@ -0,0 +1,7 @@
export interface AstNode {
}
export class Ast {
}