-
NOTE: it's possible you're already aware of this and/or that the issue has been resolved.
Building the tests for PEGTL fails with the following error message after running CMake and calling `make`:…
-
In VisualStudio 2017, I am getting this error:
```
Severity Code Description Project File Line Suppression State
Error (active) E2386 'constexpr' is not valid here Pegtl ####\include\tao\pegtl\in…
-
I am handling the parsing failure as documented in https://github.com/taocpp/PEGTL/blob/master/doc/Inputs-and-Parsing.md#error-reporting and I am encountering this warning at compilation time:
```
…
-
Hello,
I have been using the parse tree code, and I was wondering if its `parse` function[1,2] should be using a forwarding reference for the `Input` parameter, as does the general PEGTL `parse` fu…
-
Using [a modified version](https://github.com/Ironholds/piton/blob/master/src/peg_test.cpp#L26-L29) of the 'ID and sum comma-separated digits' example:
```
peg_test.cpp:29:68: error: template argu…
-
#include
int main () {}
Gives
In file included from a.cpp:1:
../../../external/taocpp/pegtl/include/tao/pegtl/contrib/integer.hpp:63:60: error: ‘numeric_limits’ is not a membe…
-
https://github.com/microsoft/vcpkg/blob/c30903782c88967652178486a5f3e490fb2e8143/ports/pegtl/CONTROL#L2
In the above, the 2020-12-07 should be replaced with 3.0.0
-
I am making a simple parser with grammar where `n`, `{e + e}`, and `{e - e}` are expressions. I wrote a code like:
```
namespace Example {
namespace {
///...
struct integer : digits {…
-
When running the hello world in the README.md I get:
```
/Users/rfonseca/Documents/workspace-CPP/SeqScan/src/testpegtl.cc:84:35: error: no type named 'input' in namespace 'pegtl'
static void apply(…
-
```shell
cmake -B build -S . -G Ninja
-- The CXX compiler identification is AppleClang 12.0.0.12000032
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for wo…