issues
search
arithy
/
packcc
A parser generator for C
Other
347
stars
28
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Upgrade GitHub Actions
#83
cclauss
opened
2 months ago
0
How to parse from a char array instead of stdin?
#82
tamlok
closed
2 months ago
1
Proposal: visitor pattern generation/event interface?
#81
ethindp
opened
3 months ago
0
Actions on repeated rules
#80
dolik-rce
closed
3 months ago
2
parsing python like languages
#79
schneidersoft
opened
5 months ago
4
Null pointer error on broken grammar
#78
dolik-rce
closed
5 months ago
2
Mark unused vars on local vars
#77
masatake
closed
6 months ago
0
How to do good syntax error handling?
#76
joagre
closed
5 months ago
2
Mark unused vars in generated code
#75
masatake
closed
6 months ago
2
Add tree parsing utilities
#74
MinecraftPublisher
closed
5 months ago
10
Parsing a "switch { case n: m }"
#73
joagre
closed
11 months ago
0
Lookahead woes and more
#72
joagre
closed
7 months ago
2
Pre type checking possible?
#71
joagre
closed
1 year ago
5
Avoid resizing empty capture and value tables
#70
dolik-rce
closed
1 year ago
1
Document how to stop parsing on error instead of exiting.
#69
AlbertoGP
closed
8 months ago
0
Consider add support for UCD(Unicode Character Database) rule pattern
#68
skylerlee
closed
6 months ago
3
Fix typo in dump_node
#67
dolik-rce
closed
2 years ago
0
%value and memory management
#66
antoshre
closed
6 months ago
2
raising error from action?
#65
stef
closed
2 years ago
2
add memory measurement to benchmark script
#64
dolik-rce
closed
2 years ago
1
Preallocate memory objects for pcc_thunk_chunk_t, pcc_lr_head_t, and pcc_lr_answer_t
#63
masatake
closed
2 years ago
4
Memory usage compared to gcc compiler
#62
mingodad
opened
2 years ago
13
Fix handling charset "[+-]"
#61
mingodad
closed
2 years ago
1
Strange bad generated parser
#60
mingodad
closed
2 years ago
5
parser reads more data than necessary
#59
andrewchambers
closed
6 months ago
3
value passthrough
#58
0alfa
closed
6 months ago
4
Handle C directives in source as any other code
#57
dolik-rce
closed
2 years ago
4
Uninitialized variables
#56
dolik-rce
closed
2 years ago
8
#line directive support
#55
cyanogilvie
closed
2 years ago
4
AST Mode
#54
apaz-cli
closed
2 years ago
11
Passing auxil to PCC_DEBUG
#53
masatake
closed
3 years ago
3
Add benchmarking script
#52
dolik-rce
closed
3 years ago
1
Questions not answered in the README
#51
apaz-cli
closed
3 years ago
12
Import support
#50
ccleve
closed
6 months ago
10
Lexical state support
#49
ccleve
closed
2 years ago
5
draft: optimization
#48
dolik-rce
closed
6 months ago
5
Parser very slow with repeated parse calls
#47
andrewchambers
closed
3 years ago
3
Peg only mode?
#46
andrewchambers
closed
3 years ago
9
C predicates
#45
andrewchambers
closed
3 years ago
2
`$n` should be independent across alternatives
#44
wataash
closed
3 years ago
4
Simple grammar goes into an infinite loop instead of erroring
#43
decahedron1
closed
3 years ago
1
Conform style of PCC_DEBUG
#42
wataash
closed
3 years ago
1
Fix -Wformat
#41
wataash
closed
3 years ago
1
`#ifndef __has_attribute` instead of invalid `#ifndef __attribute__`
#40
wataash
closed
3 years ago
3
Fix -Wformat in example code
#39
wataash
closed
3 years ago
1
Actions that runs before the end of parsing.
#38
DriNeo
closed
3 years ago
8
[Bug] Conflict caused by FALSE, TRUE macros and bool_tag enum using same name
#37
XSven
closed
3 years ago
7
Parser seems to be successful but doesn't returns 0.
#36
DriNeo
closed
3 years ago
0
Adding example of how to use generated parser
#35
WhoAteDaCake
closed
3 years ago
1
Need additional conditions to not shift by 32 on additional 32 bit platforms
#34
derekschrock
closed
3 years ago
3
Next