Jesse Towner
Jesse Towner
Hi! Here's the problem. Given that `char8_t` is kind of broken currently and still lacks a good standardized transcoding library, we're treating `char` based strings as if they were UTF-8....
Not sure if it's been considered before, but MSBuild has a managed code API for parsing MSVC++ project files that would ease the amount of work that the Powershell scripts...
Hi! I'm wondering if it's not too late to request an ABI breaking change to shrink the size of the STL's `std::exception_ptr` class type down to match that of a...
Should probably be done after #22
Setup ASan, LeakSan, MemorySan and UBSan with Sanitizer Coverage.
This should be done after some of the major optimization work that needs to be performed.
We need a way to measure the impact of optimization work. A benchmark suite would help with this. In addition to in-repo benchmarks, an external benchmark suite testing *lug* against...
The existing support for symbol tables should allow for parsing of grammars with context-sensitive indentation, as found in languages like Python, Haskell, YAML, etc. Put together a sample that demonstrates...
UTF-8 support is not always needed. Often times, ASCII is all you need. Being able to parameterize the parser at compile time with the desired encoding would improve performance and...