issues
search
yhirose
/
cpp-peglib
A single file C++ header-only PEG (Parsing Expression Grammars) library
MIT License
916
stars
113
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Performance improvement
#316
yhirose
opened
1 week ago
0
Update GitHub Actions workflow
#315
yhirose
closed
2 weeks ago
0
It fixes for compiling error on C++20.
#314
mura-orz
closed
2 weeks ago
1
Fix grammar, punctuation, and formatting in README.md
#313
halirutan
closed
2 weeks ago
1
how can I incremental tal parse using cpppeglib
#312
sunshine725
closed
1 month ago
1
Segmentation Fault with user defined rule
#311
ydaveluy
closed
3 weeks ago
1
Crash when using rules and ast together
#310
gamagan
closed
1 month ago
2
Duplicate 'expecting' symbols in error message.
#309
gamagan
closed
5 days ago
2
The & operator is undocumented.
#308
gamagan
closed
1 month ago
2
Compiling with CMake under MSVC results in "Requires complete C++17 support"
#307
Raikiri
closed
1 month ago
4
Fix #304 (Changing root feature)
#306
yhirose
closed
3 months ago
0
Resolve #304: adding start node parameter
#305
micrenda
closed
3 months ago
1
Changing root feature
#304
micrenda
closed
3 months ago
5
call_once failed in mingw64
#303
sunshine725
closed
3 months ago
1
Docker container exits immediately with "pywintypes.error: (109, 'ReadFile', 'pipe has ended')" when building a project in Windows
#302
TongJie-Wei
closed
3 months ago
0
C++11 Version?
#301
hannes
closed
4 months ago
1
check c++ version correctly under MSVC
#300
RicoP
closed
5 months ago
1
Nondeterministic parsing failure in grammar
#299
computablee
closed
3 months ago
4
Changed INTERFACE location to CMAKE_CURRENT_SOURCE_DIR for package ma…
#298
trcwm
closed
7 months ago
3
Compatibility with CPM package manager
#297
trcwm
closed
7 months ago
3
I wrote a page about cpp-peglib
#296
berthubert
opened
7 months ago
2
Avoid redundant string allocations in trie match
#295
joankaradimov
closed
8 months ago
1
Severe performance regression in 1.8.6
#294
joankaradimov
closed
8 months ago
8
Parsing strings containing `#`
#293
glyh
closed
8 months ago
1
Whitespace rule can spoil error messages
#292
kfsone
closed
7 months ago
7
Expose a choice field for SemanticValues in dictionaries
#291
joankaradimov
closed
8 months ago
1
Last-resort failure
#290
kfsone
closed
8 months ago
7
Use named capture in error message?
#289
kfsone
opened
8 months ago
1
Inconsistent syntax error for the attached grammar
#288
priyankarghosh
closed
8 months ago
1
Spelling
#287
jsoref
closed
11 months ago
2
Grammar performance, dictionary case insensitive not accepted
#286
mingodad
closed
10 months ago
3
Warnings due to -Woverloaded-virtual
#285
paragbansal
closed
1 year ago
3
String token rule problem
#284
reinyzni
closed
1 year ago
2
Tag 1.8.5 needed
#283
gamagan
closed
1 year ago
1
Performance comparison with boost::spirit, PEGTL etc.?
#282
zengmao
closed
1 year ago
2
Tests fail to compile
#281
yurivict
closed
1 year ago
3
QUESTION: How does one use "apd" (and predicate operator)
#280
pdhahn
closed
1 year ago
1
Need help understanding what my parser is doing :)
#279
lewismj
closed
1 year ago
2
Peglib as a CMake target
#278
glebzlat
closed
1 year ago
5
[Question] Multiline object with matched deliminators
#277
LordAro
closed
1 year ago
2
When executing "test-main" I'm getting segfault
#276
mingodad
closed
3 weeks ago
9
Why "IdentCont" isn't grouped ?
#275
mingodad
closed
1 year ago
1
Build is broken with clang on macOS 10.7–10.12: Undefined symbols for architecture x86_64: "typeinfo for std::bad_any_cast"
#274
barracuda156
closed
1 year ago
2
Throw from action gets confusing error
#273
diyessi
closed
1 year ago
2
[Question] Is there a way to receive typed errors (not just strings with error messages)?
#272
curldivergence
opened
1 year ago
0
Providing a base class to AstBase throws exception.
#271
gamagan
closed
1 year ago
1
Compilation error when trying to pass both `any& dt` and an output param to peg::parser::parse()
#270
curldivergence
closed
1 year ago
2
Assertion failed: (cut_stack.empty()), function ~Context, file peglib.h, line 803
#269
curldivergence
closed
1 year ago
2
I create a python binding for this great lib
#268
ZephirDev
closed
1 year ago
0
peg.pdf document isn't a valid PDF
#267
ethindp
closed
1 year ago
3
Next