mirror of
https://github.com/krgamestudios/Toy.git
synced 2026-05-01 22:40:10 +10:00
Started work on an AST inspector
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
#pragma once
|
||||
|
||||
#include "toy_ast.h"
|
||||
|
||||
void inspect_ast(Toy_Ast* astHandle);
|
||||
Reference in New Issue
Block a user