Files
Toy/repl/ast_inspector.h
T

6 lines
74 B
C

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