Skip to content

Commit 13b5b8c

Browse files
author
Hirose
committed
Updated README.
1 parent 3e9852c commit 13b5b8c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ The PEG syntax is well described on page 2 in the [document](http://www.brynosau
1818

1919
This library also supports the linear-time parsing known as the [*Packrat*](http://pdos.csail.mit.edu/~baford/packrat/thesis/thesis.pdf) parsing.
2020

21+
If you need a Go language version, please see [*go-peg*](https://github.com/yhirose/go-peg).
22+
2123
How to use
2224
----------
2325

@@ -374,7 +376,7 @@ Tested compilers
374376
* Visual Studio 2013 with update 5
375377
* Clang++ 3.5
376378
* G++ 5.4 on Ubuntu 16.04
377-
379+
378380
IMPORTANT NOTE for Ubuntu: Need `-pthread` option when linking. See [#23](https://github.com/yhirose/cpp-peglib/issues/23#issuecomment-261126127).
379381

380382
TODO

0 commit comments

Comments
 (0)