lambda-calc-1/parse/parse.h
2025-01-13 20:36:07 -06:00

6 lines
63 B
C

struct statement* parse(
struct tokenizer* tokenizer);