grammar loader and unloader in C. Abstract Syntax only!

This commit is contained in:
krasimir
2010-06-16 15:14:34 +00:00
parent 7398216aa9
commit 7b315e94a4
8 changed files with 914 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
#ifndef PGF_PANIC_H
#define PGF_PANIC_H
void __pgf_panic(char *msg);
#endif