Files
Toy/repl/ast_inspector.h

6 lines
74 B
C

#pragma once
#include "toy_ast.h"
void inspect_ast(Toy_Ast* astHandle);