1
0
forked from GitHub/gf-core

CAPIT is now naturally supported in the C runtime

This commit is contained in:
kr.angelov
2014-10-22 15:05:55 +00:00
parent 6814f33381
commit 3a95d733dd
6 changed files with 54 additions and 7 deletions

View File

@@ -54,6 +54,9 @@ struct PgfLinFuncs
/// token binding
void (*symbol_bind)(PgfLinFuncs** self);
/// capitalization
void (*symbol_capit)(PgfLinFuncs** self);
};
/// Linearize a concrete syntax tree.