mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-28 14:02:50 -06:00
the symbol for nonExist in the GF runtime should be the last. this simplifies the binary search in the C runtime
This commit is contained in:
@@ -178,8 +178,8 @@ typedef enum {
|
||||
PGF_SYMBOL_VAR,
|
||||
PGF_SYMBOL_KS,
|
||||
PGF_SYMBOL_KP,
|
||||
PGF_SYMBOL_NE,
|
||||
PGF_SYMBOL_BIND
|
||||
PGF_SYMBOL_BIND,
|
||||
PGF_SYMBOL_NE
|
||||
} PgfSymbolTag;
|
||||
|
||||
typedef struct {
|
||||
|
||||
Reference in New Issue
Block a user