nctref/src/parse.h
2025-08-15 17:31:05 +03:00

9 lines
100 B
C

#ifndef NCTREF_PARSE_H
#define NCTREF_PARSE_H
#include"ast/ast.h"
AST *nct_parse(Token*);
#endif