Joseph Langley

Results 83 comments of Joseph Langley

Regarding your question on StackOverflow, Piotr Siupa has the right idea. Declare your own string accumulator, then append to it in an action for `[^\0"]`. Don't include a repetition operator...

Two requests: 1) Any chance you can post the C or C++ version of the generated scanner? I'm reading the skeleton and sometimes it helps to see how that boiled...

Thanks for the example! I'll check as soon as I can. In case it matters, are you using clang, gcc, or something else?

> I tried both with Clang v15 and v17 (macOS on ARM) and GCC v14 (Fedora in Docker on ARM). I should get back to this today or tomorrow. By...

Just making sure I have all the info I need in case I can't reproduce. Otherwise I'll bash my head against it all weekend. Your trouble building the main branch...

Quick update. I've been able to reproduce the ASAN reports on ubuntu 20.04 from the HEAD of the main branch. Our line numbers are off by 8, so I'm no...

I found a solution, but proving I've solved the right problem will take some extraordinary evidence. Looks like we've been making the Fullspeed table too big for the last 30+...

@szhorvat did the PR fix the issue for you? My mac mini is late arriving.

The prerequisites list is complete and up to date. However, I've noticed quirks with packages on some distros. In particular, I have to install `autopoint` in addition to `gettext` on...

> However, last time I tried, I wasn't able to build flex from the master branch, as some headers were mis-generated ... Can you please check that the prerequisites mentioned...