René Vincent Jansen
René Vincent Jansen
I think, as this is a potential performance killer also, we leave it for CREXX level C?
https://en.wikibooks.org/wiki/Rexx_Programming/How_to_Rexx/string_comparison nothing about spaces in the middle of a string in here
from the standard: A.7.4.7 The value of a comparison Most REXX implementations have two forms of comparison, an 'exact' form which compares strings character by character and a form in...
correct me if I'm wrong, but the compiler does support it, but only through the language itself. This became clear when all the strict comparisons in the bif testcases needed...
my new f0038 tests/precedence.rexx testcase fails on all of these: SEQS, SNES, SLTS, SGTS.
if this is done (in a special branch) all bif tests need changing and we can then elaborate the test suite with optimised versus non-optimised rxbin tests.
I think this needs to be done on an instruction level, also because levels B and C will share the same instruction set. We then can choose not to generate...
I merged develop into features/f0038. Don't worry, it went fine. I did encounter the now familiar build failure: here are the error messages: ``` In file included from /Users/rvjansen/apps/crexx-f0038/interpreter/rxvmintp.c:3036: /Users/rvjansen/apps/crexx-f0038/interpreter/../machine/instrmiss.h:508:1:...
note that this can be solved by checking out a pristine features/f0038 branch; I submit that the modification in the source tree is the cause of this problem.