Marco Leise

Results 59 comments of Marco Leise

Thanks for your pull request! Does the byte16 return work with DMD and GDC as well?

I'm sorry, but I couldn't find the energy to keep working on the library. I am aware that numbers in the "denormalized" range and IIRC with extreme exponents aren't parsed...

Thanks for the heads-up.

This is a bug in the non-validating parser that is unnesting once too often. I haven't worked on the code in quite a while and don't want to break something,...

Sorry for the late answer. The dilemma is that treating the entire JSON text as one memory block is fundamental for the code as it stands. Most data in JSON...

When I benchmarked it, the ASM came out on top at least for 32-bit. I only benchmarked on my Haswell CPU and the difference is not huge. It is entirely...

Yes documentation is a problem. I've seen people generate documentation from source code comments and upload that to their website. That way you don't need to keep source comments and...

What blk file is that which contains an include? Is it just a regular value like `include:t = "somefile.blk` or an extension to the format? I wrote an unpacker in...

That can only mean that their text-to-binary converter replaces the include line with the full contents *before* conversion, just like their developers know it from the C pre-processor and `#include`....

If the issue is no completion when the DCD config isn't set up properly, then it is still problematic for me. My config is *intentionally* left empty because I write...