diff options
Diffstat (limited to 'src/common')
| -rw-r--r-- | src/common/ast.odin | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/common/ast.odin b/src/common/ast.odin index 15c4891..cc8ad83 100644 --- a/src/common/ast.odin +++ b/src/common/ast.odin @@ -10,4 +10,8 @@ get_ast_node_string :: proc(node: ^ast.Node, src: [] byte) -> string { free_ast_node :: proc(file: ^ast.Node) { +} + +free_ast_file :: proc(file: ast.File) { + }
\ No newline at end of file |