René Vincent Jansen
René Vincent Jansen
Yes, this is still the case in f0049.
did not observe this lately. Will reopen when occurrence/cause is clear.
I am leaning to the opinion that we maybe should change c2x into accepting only one character as input, like NetRexx does. The whole function in classic Rexx is a...
well, what would be really useful is to have look at Josep Maria's unicode additions to ooRexx. We have had endless (literally: circular) discussions in the ARB about unicode. My...
Adrian, do you have a link to that in .md?Peter, https://www.rexxla.org/presentations/2024/2024-03-04-The-Unicode-Tools-Of-Rexx.pdfRené.On 1 Jul 2025, at 12:49, Adrian Sutherland ***@***.***> wrote:adesutherland left a comment (adesutherland/CREXX#252) Attached are the baseline unicode approach...
but I read: cRexx will not implement the c2u() function, as its functionality would be equivalent to cRexx's specific implementation of the c2x() function. so we need to move the...
thats also fine > On 1 Jul 2025, at 13:54, Adrian Sutherland ***@***.***> wrote: > > > adesutherland > left a comment > (adesutherland/CREXX#252) > I have a spreadsheet >...
I am not against a BYTE type, which I am using regularly in NetRexx (Java's byte type, that is)
Ubuntu 20.04 X86_64: ``` /usr/include/c++/9/bits/stl_tree.h:580:39: error: ‘allocate’ is not a member of ‘std::_Rb_tree::_Alloc_traits’ {aka ‘__gnu_cxx::__alloc_traits’} 580 | { return _Alloc_traits::allocate(_M_get_Node_allocator(), 1); } | ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ [19/362] Building CXX object re2c/CMakeFiles/re2c_objects_autogen.dir/src/parse/lex.cc.o ninja:...
Will check this on current develop