ruffle/core
David Wendt f88f2e225a Add tests for `>`, `<`, `<=`, and `>=`.
Note that this does NOT completely test the full range of if instructions for abstract relational comparison. Notably, the Adobe Animate CC compiler compiles each operator into it's negated equivalent, e.g. `<` becomes `ifnlt`.

I do not know how to get it to emit `ifge` or the like, which differ only by how they handle `NaN`s.
2020-08-10 16:38:04 -07:00
..
assets text: Add dummy implementation of device text 2019-10-07 23:23:45 -07:00
macros build(deps): bump syn from 1.0.37 to 1.0.38 2020-08-05 15:59:02 -07:00
src Implement `ifge`, `ifgt`, `ifle`, `iflt`, `ifnge`, `ifngt`, `ifnle`, and `ifnlt`. 2020-08-10 16:38:04 -07:00
tests Add tests for `>`, `<`, `<=`, and `>=`. 2020-08-10 16:38:04 -07:00
Cargo.toml build(deps): bump enumset from 1.0.0 to 1.0.1 2020-08-09 13:15:38 -07:00