mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-06 09:42:50 -06:00
grammar loader and unloader in C. Abstract Syntax only!
This commit is contained in:
6
src/runtime/c/pgf/panic.h
Normal file
6
src/runtime/c/pgf/panic.h
Normal file
@@ -0,0 +1,6 @@
|
||||
#ifndef PGF_PANIC_H
|
||||
#define PGF_PANIC_H
|
||||
|
||||
void __pgf_panic(char *msg);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user