mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-01 15:22:50 -06:00
the compiler now allows + to be used as a floating point addition in the abstract syntax
This commit is contained in:
@@ -1160,6 +1160,11 @@ pgf_jit_function(PgfReader* rdr, PgfAbstr* abstr,
|
||||
#endif
|
||||
jit_jmpi(abstr->eval_gates->mk_const);
|
||||
break;
|
||||
case PGF_INSTR_ADD:
|
||||
#ifdef PGF_JIT_DEBUG
|
||||
gu_printf(out, err, "ADD\n");
|
||||
#endif
|
||||
break;
|
||||
default:
|
||||
gu_impossible();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user