forked from GitHub/gf-core
CAPIT is now naturally supported in the C runtime
This commit is contained in:
@@ -54,6 +54,9 @@ struct PgfLinFuncs
|
||||
|
||||
/// token binding
|
||||
void (*symbol_bind)(PgfLinFuncs** self);
|
||||
|
||||
/// capitalization
|
||||
void (*symbol_capit)(PgfLinFuncs** self);
|
||||
};
|
||||
|
||||
/// Linearize a concrete syntax tree.
|
||||
|
||||
Reference in New Issue
Block a user