Consolidate code for translating some relational operators
commit7f12bb7f41a3ced16b9f21ba851220397b68620e
authorKris Katterjohn <katterjohn@gmail.com>
Sun, 13 Nov 2022 04:39:03 +0000 (12 23:39 -0500)
committerKris Katterjohn <katterjohn@gmail.com>
Sun, 13 Nov 2022 04:39:03 +0000 (12 23:39 -0500)
tree77b499a53aa290a2c72c695c3ddf411f1140b884
parentd1914dd2208839e4aa6d9fe4851d61a87bf3d2c2
Consolidate code for translating some relational operators

The code for translating < and > are essentially identical, so split
this stuff out into a new function TRP-INEQUALITY.

TRP-INEQUALITY will also be used more in an upcoming commit.

No problems with the test suite, share test suite or rtest_translator.
src/trpred.lisp