-
on archlinux with latest release when loading xml file tha app crashes with the following error:
```
:2:20(21) success parser::string_content; next '"' = (char)34
parser::string_content = templat…
-
Pick through https://github.com/taocpp/PEGTL/blob/main/include/tao/pegtl/rules.hpp for ideas on non-terminal elements
-
Unless I'm mistaken, `column` currently counts bytes. I ended up re-calculating the column by walking back from `data` until I see a newline character or reach the beginning of the content, counting c…
-
-
Hello,
I noticed that the Intel compiler barfs on your package when trying to link with piton.
```
icpc -std=gnu++11 -I"/opt/R/R-4.0.2-mkl/lib64/R/include" -DNDEBUG -I'/home/me/R/lib/pro/4.0/…
-
Two videos explain current cmake practices. Get up to speed with that!
[1](https://www.youtube.com/watch?v=bsXLMQ6WgIk)
[2](https://www.youtube.com/watch?v=eC9-iRN2b04)
Via https://github.com/t…
-
👋 the project license got changed from MIT to BSL-1.0 in [this commit](https://github.com/taocpp/PEGTL/commit/c7630f1649906daf08b8ddca1420e66b542bae2b), but it was not included into any releases, just…
-
Due to the lacking performance of ANTLR consider switching to a different parsing library.
Question: Is SPARQL context-free? (i.e. parsable with parser-combinators)
Answer: yes
Possible Librari…
-
I need a syntax definition of cello language in several PEG-based tools.
We can develop these grammar smoothly by translating the grammar written in [Nez](https://github.com/yshinya6/ParserMark/blob/…
-
Package: cppgraphqlgen[core,rapidjson]:x64-linux@4.5.5
**Host Environment**
- Host: x64-linux
- Compiler: GNU 13.2.0
- vcpkg-tool version: 2024-04-23-d6945642ee5c3076addd1a42c331bbf4cfc9745…