Andrzej Borucki

Results 23 comments of Andrzej Borucki

Is anywhere repository with (begun) sources of port Neo4j driver for WIn64? Regarding Win64 client I thought already is (because I can call Neo4j from Java) client, but is needed...

#164 macro helps. #165 in my Qt version 5.15.2 (or 5.15.3 in my Mint21 installed) still is error: "QWidget: Cannot create a QWidget without QApplication" In Qt sources in qwidget.cpp:...

Was out_len too small: ``` out_len = compressBound(IN_LEN); int cmp_status = compress(out, &out_len, in, in_len); ``` slow for small buffers because for small buffer it must init big dictionaries, I...

I suggest concurrency like Pony: actors and message queues. No need mutex, atomic operations (?)

As I wrote in discussion: before writing Ć in Ć , can make C#-> Ć transpiler. People which can much C# code will possibility convert it to Ć before convert...

Fundamental question: is Ć grammar LL(1) or LL(k) or LL(*) ? Which tools is used to compile second form of this grammar?

I have boost 1.65 on Windows , on Linux Mint 19, I have installed boost (sudo apt-get install libboost-all-dev) is also 1.65. I have problem with LLVM, because I can't...

FuncCallwithVarArgs.c : "int a2(int param1, param2)" pass but it is Clang quirk and parser don't distinguish between parameter without type and named type without paramter. FunctionReturningPointer.c My compilers don't compile...

although I made FunctionReturningPointer.c.errors I have ``` ======== Parsing tests of c for Java failed. Difference in output. diff --git a/c/examples/FunctionReturningPointer.c.errors b/c/examples/FunctionReturningPointer.c.errors index b2bae35a..5634b8f9 100644 --- a/c/examples/FunctionReturningPointer.c.errors +++ b/c/examples/FunctionReturningPointer.c.errors @@...

How large can be test grammar? place preprocessed file or not preprocessed with shell script calling preprocess? wt., 11 kwi 2023 o 11:15 Ken Domino ***@***.***> napisał(a): > ***@***.**** requested...