mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-26 04:52:51 -06:00
using instruction RET was wrong; now use EVAL
This commit is contained in:
@@ -118,9 +118,8 @@ typedef enum {
|
||||
PGF_INSTR_SET_PAD = 8,
|
||||
PGF_INSTR_PUSH = 9,
|
||||
PGF_INSTR_EVAL = 10,
|
||||
PGF_INSTR_RET = 13,
|
||||
PGF_INSTR_DROP = 15,
|
||||
PGF_INSTR_FAIL = 16
|
||||
PGF_INSTR_DROP = 13,
|
||||
PGF_INSTR_FAIL = 14
|
||||
} PgfInstruction;
|
||||
|
||||
struct PgfPGF {
|
||||
|
||||
Reference in New Issue
Block a user