the orthographic tokens were broken when they appear inside a dictionary entry. Now this is fixed by treating those as syntactic rules

This commit is contained in:
krasimir
2015-06-12 13:03:19 +00:00
parent 6302d982ff
commit e352742b8c
5 changed files with 94 additions and 168 deletions

View File

@@ -209,10 +209,10 @@ typedef enum {
PGF_SYMBOL_KP,
PGF_SYMBOL_BIND,
PGF_SYMBOL_SOFT_BIND,
PGF_SYMBOL_NE,
PGF_SYMBOL_SOFT_SPACE,
PGF_SYMBOL_CAPIT,
PGF_SYMBOL_ALL_CAPIT,
PGF_SYMBOL_NE
} PgfSymbolTag;
typedef struct {
@@ -278,7 +278,6 @@ struct PgfConcr {
PgfCncOverloadMap* coerce_idx;
PgfCncFuns* cncfuns;
PgfSequences* sequences;
GuBuf* pre_sequences;
PgfCIdMap* cnccats;
int total_cats;