Peter-Jacob

Results 5 issues of Peter-Jacob

First of all, I would like to say how fantastic I think your app is! I use Libre 3 and a Samsung A34 as my reader, and I can now...

enhancement

`assembler LOAD r1,-1` failed in the compiler phase, not accepting -1. This seems to be a compiler restriction; in plain assembler, it works. **Priority: low** ``` /* REXX */ options...

bug

I have reviewed @mikebeer's request regarding the variable scopes of nested calls. Assume we have the following rexx: ``` /* Stress test of Value function */ options levelb import rxfnsb...

I had in a plugin the definition ` ADDPROC(parse_peg, "pegparser.pparse", "b", ".int", "input=.string");` which leads to strange behaviour when you call the plugin function: ``` Error in system_test.rexx @ 5:11...

Some errors of https://github.com/adesutherland/CREXX/issues/417 are related to using an older compiler version that does not support defining loop variables directly within the loop. By looking at the related CMAKE files,...