mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-09 03:02:50 -06:00
take into account the order in which CAPIT && ALL_CAPIT appears
This commit is contained in:
@@ -46,16 +46,16 @@ class PGF_INTERNAL_DECL PgfLinearizer : public PgfUnmarshaller {
|
||||
TreeNode *first;
|
||||
TreeNode *args;
|
||||
|
||||
bool capit;
|
||||
bool allcapit;
|
||||
enum CapitState { CAPIT_NONE, CAPIT_FIRST, CAPIT_ALL };
|
||||
|
||||
CapitState capit;
|
||||
|
||||
struct PreStack {
|
||||
PreStack *next;
|
||||
TreeNode *node;
|
||||
ref<PgfSymbolKP> sym_kp;
|
||||
bool bind;
|
||||
bool capit;
|
||||
bool allcapit;
|
||||
CapitState capit;
|
||||
};
|
||||
|
||||
PreStack *pre_stack;
|
||||
|
||||
Reference in New Issue
Block a user