-
I'm a happy user of PEGTL.
Someone pointed to me that the in-line position in error message in my parser (which is a default PEGTL position formatting) is 0-based. For example, when the error is at t…
-
On Windows 10, compiling with gcc on mingw / msys2, std::filesystem::path::c_str() returns a const wchar_t* while std::fopen takes a const char_t*. This causes a compile error.
```
C:/Users/dferr…
-
Is there any chance to enable actions in the at rule?
I have tried to use
``` c++
enable< at >
```
and
``` c++
at< enable >
```
but for both grammar expressions the corresponding action is …
-
I think the recipe should contain `cpp_info.name = "pegtl"` as [documented here](https://docs.conan.io/en/latest/reference/generators/cmake_find_package_multi.html#generated-files) to allow `find_pack…
-
**Host Environment**
- OS: Windows 10
- Compiler: VS2022
**To Reproduce**
Steps to reproduce the behavior:
```
git pull
vcpkg update
vcpkg upgrade --no-dry-run --no-binarycaching
```
The…
-
Hi.
First, thanks for an awesome library. I've been massively impressed.
I have a really big grammar with about 1200 productions. As I go, I'm refining the grammar to produce a more convenient p…
-
When I run clang-tidy over src/example with clang-11 I get a lot of warnings?
```shell
run-clang-tidy -header-filter='/Users/clausklein/Workspace/cpp/taocpp-json/include/tao/json/.*\.hpp' -checks=…
-
Hi
I was trying to use the parse_tree functionality together with the dynamic matching.
I tried your dynamic match example with parse_tree::parse. but was not able to compile.
Firstly the long_l…
-
When a rule uses `must` then the exception reveals error information related to place and rule where parsing has failed. However there seems to be no way to get such or similar information for rules w…
-
Hi!
If I understood correctly your project is not really analyzed on lgtm.
All your recent commints have status:
"We were unable to analyze this commit" as show on attached picture.
![image](ht…