Files
Toy/source/toy_ast.h

10 lines
113 B
C

#pragma once
#include "toy_common.h"
typedef enum Toy_AstType {
TOY_AST_PASS,
TOY_AST_ERROR,
} Toy_AstType;