WIP: Start fixing frontend

This commit is contained in:
Adam Chalmers
2025-01-07 15:08:53 -06:00
committed by Nick Cameron
parent 725ffd952c
commit 235e526e2d
5 changed files with 129 additions and 39 deletions

View File

@ -98,6 +98,7 @@ export type SyntaxType =
| 'ExpressionStatement'
| 'BinaryExpression'
| 'CallExpression'
| 'CallExpressionKw'
| 'Identifier'
| 'ReturnStatement'
| 'VariableDeclaration'