foxp/src/parser.h

4 lines
61 B
C
Raw Normal View History

2024-06-02 20:48:09 +00:00
#include <stdio.h>
struct SyntaxElement* parse(FILE* file);