Rochus Keller
Rochus Keller
I will put /**/ comments on the TODO list, but it's not a top priority (I currently implement a C++ parser generator which can be used instead of Coco/R et...
Great, thanks. Somewhere you wrote that the generated code is good enough for CISC, but bad for RISC. How about the peephole and global optimizer? Is the resulting EM code...
I already did a few dozen build configuration attempts, but ok, I can try some more of course. Will check back.
Great, thank you very much. Why not make the documents "official"? What is PySOM JIT? Do you happen to also have results with the Cog/OpenSmalltalk VM? Which distribution is represented...
> Ladybug requires qt6, which Im guessing uses dlopen() so static linking isnt possible. Apparently there are more options to statically build Qt6 than in Qt5. But in any case...
> Albeit its written in C++ LeanQt only depends on C++98, for which a (lean) compiler is available on nearly every platform, and it can even do without exceptions if...
> Which is still C++ Sure, but I gave you a perspective how to translate C++ to C using yet another preprocessor. But of course it's up to the Oasis...
Interesting, thanks. I will have a look at it.
Thanks for the hint and your interest in this project. SDF support and possible implementations are on my todo list. I think it's the same situation as with the Verilog...
I added SDF support to VerilogCreator. See https://github.com/rochus-keller/VerilogCreator/releases/tag/v0.8.0. For this purpose I implemented an SDF parser with full standard support, see https://github.com/rochus-keller/Sdf. In VerilogCreator currently only syntax highlighting is supported....