mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-27 21:42:50 -06:00
now (+) in the abstract syntax works, i.e. it knows how to deal with partial sums
This commit is contained in:
@@ -141,7 +141,9 @@ typedef enum {
|
||||
PGF_INSTR_DROP = 16,
|
||||
PGF_INSTR_JUMP = 17,
|
||||
PGF_INSTR_FAIL = 18,
|
||||
PGF_INSTR_ADD = 19,
|
||||
PGF_INSTR_PUSH_ACCUM = 19,
|
||||
PGF_INSTR_POP_ACCUM = 20,
|
||||
PGF_INSTR_ADD = 21,
|
||||
} PgfInstruction;
|
||||
|
||||
typedef GuSeq PgfConcrs;
|
||||
|
||||
Reference in New Issue
Block a user