mirror of
https://github.com/yhirose/cpp-peglib.git
synced 2025-04-04 18:02:07 +00:00
adjust README
This commit is contained in:
parent
81985e3b1d
commit
d9961bfcc3
@ -6,7 +6,7 @@ cpp-peglib
|
||||
|
||||
C++17 header-only [PEG](http://en.wikipedia.org/wiki/Parsing_expression_grammar) (Parsing Expression Grammars) library. You can start using it right away just by including `peglib.h` in your project.
|
||||
|
||||
Since this library only supports C++17 compilers, please make sure that compiler the option `-std=c++17` is enabled. (`/std:c++17 /Zc:__cplusplus` for MSVC)
|
||||
Since this library only supports C++17 compilers, please make sure that compiler the option `-std=c++17` is enabled. (`/std:c++17` for MSVC)
|
||||
|
||||
You can also try the online version, PEG Playground at https://yhirose.github.io/cpp-peglib.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user