fix number not recognizing floats
This commit is contained in:
@@ -3250,6 +3250,9 @@ impl MachineState {
|
|||||||
self.fail = true;
|
self.fail = true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Ok(Number::Float(_)) => {
|
||||||
|
self.p += 1;
|
||||||
|
}
|
||||||
_ => {
|
_ => {
|
||||||
self.fail = true;
|
self.fail = true;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user