We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e9852c commit 13b5b8cCopy full SHA for 13b5b8c
README.md
@@ -18,6 +18,8 @@ The PEG syntax is well described on page 2 in the [document](http://www.brynosau
18
19
This library also supports the linear-time parsing known as the [*Packrat*](http://pdos.csail.mit.edu/~baford/packrat/thesis/thesis.pdf) parsing.
20
21
+If you need a Go language version, please see [*go-peg*](https://github.com/yhirose/go-peg).
22
+
23
How to use
24
----------
25
@@ -374,7 +376,7 @@ Tested compilers
374
376
* Visual Studio 2013 with update 5
375
377
* Clang++ 3.5
378
* G++ 5.4 on Ubuntu 16.04
-
379
380
IMPORTANT NOTE for Ubuntu: Need `-pthread` option when linking. See [#23](https://github.com/yhirose/cpp-peglib/issues/23#issuecomment-261126127).
381
382
TODO
0 commit comments