foxp/src/compile.h

4 lines
53 B
C
Raw Normal View History

2024-06-10 18:27:08 +00:00
#include "syntax.h"
char* compile(tSyntaxElement*);