Jesse Towner

Results 18 issues of Jesse Towner
trafficstars

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...

vNext
performance

Should probably be done after #22

optimization

Setup ASan, LeakSan, MemorySan and UBSan with Sanitizer Coverage.

test suite
safety

This should be done after some of the major optimization work that needs to be performed.

test suite
safety

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...

optimization
test suite

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...

test suite

Add a tutorial that introduces the reader to *lug*.

documentation

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...

enhancement
optimization