-
Would you like to [replace any double quotes](https://github.com/ColinH/PEGTL/blob/8aed02458d335ea259887099fd53e3aa2f6ff322/pegtl.hh#L7) by [angle brackets around file names for include statements](ht…
-
Hi, great to see the new project structure & hosting! Have you any interest in making pegtl work on win32? Here's a quick sample of some of the issues I found:
Warnings:
- not all control paths retur…
-
The VS2015 technology preview is the only version that almost manages to build PEGTL. However, it fails to understand the decltype+comma SFINAE trick in `rule_match_call.hh`:
```
1>c:\users\sam\pegtl…
-
Hi,
I pulled down the code, and tried to build on OS X 10.9.5.
It failed though as shown below, I didn't have time to look at it more,
but i thought might be useful to know,
Regards
Jiri
System detai…
-
Hello again,
I have an error while compiling the example s_expression_2 that I don't understand :
c++ -I. -std=c++11 -stdlib=libc++ -pedantic -Wall -Wextra -Werror -O3 examples/s_expression_2.cc -o …