1
0
forked from GitHub/gf-core

embedded mode for GF grammar in Python. Only generation for now

This commit is contained in:
kr.angelov
2014-07-06 19:49:17 +00:00
parent ac1e58817b
commit e52d5bf715
3 changed files with 116 additions and 1 deletions

View File

@@ -189,4 +189,8 @@ void
pgf_check_type(PgfPGF* gr, PgfType** ty,
GuExn* exn, GuPool* pool);
// internal
PgfExprProb*
pgf_fun_get_ep(void* value);
#endif // PGF_H_