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 df113f9cc4
commit 00922153aa
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.