Issues
- 1
How to parse from a char array instead of stdin?
#82 opened by tamlok - 0
- 2
Actions on repeated rules
#80 opened by dolik-rce - 4
parsing python like languages
#79 opened by schneidersoft - 2
How to do good syntax error handling?
#76 opened by joagre - 13
Memory usage compared to gcc compiler
#62 opened by mingodad - 2
Null pointer error on broken grammar
#78 opened by dolik-rce - 4
value passthrough
#58 opened by 0alfa - 3
- 10
Import support
#50 opened by ccleve - 3
parser reads more data than necessary
#59 opened by andrewchambers - 2
%value and memory management
#66 opened by antoshre - 5
- 2
Lookahead woes and more
#72 opened by joagre - 0
Parsing a "switch { case n: m }"
#73 opened by joagre - 5
Pre type checking possible?
#71 opened by joagre - 1
- 15
reserved identifier violation
#2 opened by elfring - 2
Error Recovery
#8 opened by adesutherland - 11
- 11
Addition of a build system generator
#3 opened by elfring - 2
raising error from action?
#65 opened by stef - 5
Strange bad generated parser
#60 opened by mingodad - 8
Uninitialized variables
#56 opened by dolik-rce - 5
Lexical state support
#49 opened by ccleve - 12
Questions not answered in the README
#51 opened by apaz-cli - 3
Passing auxil to PCC_DEBUG
#53 opened by masatake - 3
Parser very slow with repeated parse calls
#47 opened by andrewchambers - 22
stop parser on error
#24 opened by aep - 8
Actions that runs before the end of parsing.
#38 opened by DriNeo - 9
Peg only mode?
#46 opened by andrewchambers - 2
C predicates
#45 opened by andrewchambers - 4
`$n` should be independent across alternatives
#44 opened by wataash - 7
- 0
- 1
- 3
Need additional conditions to not shift by 32 on additional 32 bit platforms
#34 opened by derekschrock - 11
Changes made in Universal Ctags project
#25 opened by masatake - 4
Segfaulting parser
#28 opened by dolik-rce - 3
cannot match backslash
#26 opened by aep - 10
- 4
Make generated code easier to read
#20 opened by dolik-rce - 1
EBCDIC (and UNICODE)
#9 opened by adesutherland - 1
- 11
Completion of error handling
#1 opened by elfring - 1
- 0
- 1
Characters higher than \x7f are being changed to \xff during parser generation
#6 opened by deschutron