add call support for numeric comparisons.

This commit is contained in:
Mark Thom
2018-01-19 19:39:46 -07:00
parent f9b53856ac
commit f28b975343
6 changed files with 101 additions and 27 deletions

View File

@@ -742,11 +742,12 @@ pub enum BuiltInInstruction {
GetBall,
GetCurrentBlock,
GetCutPoint(RegType),
DynamicCompareNumber(CompareNumberQT),
DynamicIs,
InstallNewBlock,
InternalCallN,
IsAtomic(RegType),
IsInteger(RegType),
IsOnHeap,
IsInteger(RegType),
IsVar(RegType),
ResetBlock,
SetBall,