issues
search
pointlander
/
peg
Peg, Parsing Expression Grammar, is an implementation of a Packrat parser generator.
BSD 3-Clause "New" or "Revised" License
1.02k
stars
121
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Fixes #135 cjk character issue
#148
pointlander
closed
9 hours ago
0
Fixes #139 git call issue
#147
pointlander
closed
10 hours ago
0
Improve commit hygiene in master and other repo settings
#146
meyermarcel
closed
9 hours ago
1
Fix inconsistent receiver name
#145
meyermarcel
closed
13 hours ago
1
Remove broken link to GitHub project
#144
meyermarcel
closed
13 hours ago
0
Use t.TempDir() introduced in Go 1.15
#143
meyermarcel
closed
14 hours ago
0
Use consistently Go version in go.mod and CI
#142
meyermarcel
closed
15 hours ago
2
Update GitHub action
#141
meyermarcel
closed
16 hours ago
1
Update readme
#140
meyermarcel
closed
17 hours ago
2
go generate logs error: exit status 128 due to malformed git call
#139
mdepot
closed
10 hours ago
1
Make executable name static in generated code
#138
debugmiller
closed
2 months ago
1
Added basic set with add operation
#137
pointlander
closed
6 months ago
0
fix: add strings
#136
sashamelentyev
closed
8 months ago
0
-switch bug with cjk character
#135
fy0
closed
9 hours ago
0
chore: replace ioutil with io/os
#134
sashamelentyev
closed
8 months ago
1
chore: mv code gen note to top
#133
sashamelentyev
closed
10 months ago
0
Add example: Arithmetic Calculator
#132
LazarenkoA
closed
11 months ago
1
Remove unnecessary "if" block
#131
AsaiYusuke
closed
1 year ago
1
Add memoization
#130
lesam
closed
1 year ago
1
Unpredictable "Code generated by" comment when invoking peg with "go run"
#129
mark-rushakoff
opened
2 years ago
2
Support unicode character please
#128
fy0
opened
2 years ago
2
add gnparser to projects using peg
#127
dimus
closed
3 years ago
1
tree: avoid using strings.Builder
#126
fjl
closed
1 year ago
2
using peg with io.RuneReader
#125
amery
closed
3 years ago
4
Bug: an error occurs when importing a repository that contains numeric character
#124
hachi8833
closed
3 years ago
5
Rule redeclaration causes segmentation fault
#123
romshark
opened
3 years ago
0
c.peg support c99 struct initialize
#122
gggin
opened
3 years ago
0
c.peg cannot parse wide-string literals
#121
marler8997
closed
4 years ago
0
fix c grammar for wide string literals
#120
marler8997
closed
4 years ago
1
The color of `peg -syntax` or `p.AST().Print(p.Buffer)` is hard to read.
#119
flw-cn
closed
4 years ago
0
Allow digits in imported package names
#118
roflcopter4
closed
4 years ago
0
Parser hangs forever
#117
lolbinarycat
closed
4 years ago
3
fixes #110
#116
pointlander
closed
4 years ago
0
Updated README.md
#115
lolbinarycat
closed
4 years ago
0
README.md needs updating
#114
lolbinarycat
opened
4 years ago
0
fixed buildinfo bug
#113
lolbinarycat
closed
4 years ago
0
multi-import support
#112
lolbinarycat
closed
4 years ago
0
dirty fix for error matchDot defined but not used
#111
lolbinarycat
closed
4 years ago
11
matchDot declared but not used
#110
lolbinarycat
closed
4 years ago
0
Exported methods returning unexported types with unexported fields, why?
#109
lolbinarycat
opened
4 years ago
0
Weird behavior with alternivies.
#108
lolbinarycat
opened
4 years ago
2
SprintSyntaxTree method.
#107
lolbinarycat
closed
4 years ago
0
Go generate support
#106
lolbinarycat
closed
4 years ago
0
Added -version tag that displays a version based off of git tags and commit number
#105
lolbinarycat
closed
4 years ago
0
Use go generate
#104
lolbinarycat
closed
4 years ago
1
added -version flag
#103
lolbinarycat
closed
4 years ago
1
Adopt semantic versioning and add -version flag
#102
lolbinarycat
opened
4 years ago
2
Add StringX methods for every PrintX method.
#101
lolbinarycat
opened
4 years ago
6
more doc?
#100
kpixley
opened
4 years ago
3
Feat: Generate AST nodes only for rules that begin with a capital letter
#99
dzpao
opened
4 years ago
6
Next