I've implemented the bare minimal needed to get regexes working through
a ⎕RE function. I've attached the diff.
I really need Jürgen to take a look at this, since my code that constructs
the return value cannot possibly be correct. There must be a better way to
handle this which does not involve c
Hi Elias,
the UTF8_constructors look OK, but it can be tricky to properly
interpret indices (the elements of sub in your code) of
UTF8-encoded strings (i.e whether they mean code points or byte
offsets).
My feeling is that you should avoid UTF8
Hi,
except that it did not compile on my machine:
*Thread_context.cc:73:44: error: invalid cast from type ‘pthread_t {aka
long unsigned int}’ to type ‘uint64_t {aka long long unsigned int}’**
**<< reinterpret_cast(thread)**
**^**
**make[1]: *