issues
search
softdevteam
/
lrpar
Rust LR parser
Other
1
stars
0
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Return parse tree on error
#27
ltratt
closed
7 years ago
2
Fewer shift repairs
#26
ltratt
closed
7 years ago
4
Fix horrible typo and the resulting chaos it caused.
#25
ltratt
closed
7 years ago
2
Find repairs without creating a parse tree; pick one; create its parse tree
#24
ltratt
closed
7 years ago
1
Use a cactus stack
#23
ltratt
closed
7 years ago
4
Record errors and suggest repairs
#22
ltratt
closed
7 years ago
3
Include the "-y" option in the program's usage statement.
#21
ltratt
closed
7 years ago
8
Reflect that the explicit EOF term is back in cfgrammar.
#20
ltratt
closed
7 years ago
0
Remove explicit EOF term.
#19
ltratt
closed
7 years ago
5
Various Clippy suggestions.
#18
ltratt
closed
7 years ago
0
Reflect latest changes in cfgrammar.
#17
ltratt
closed
7 years ago
0
Report missing tokens from the lexer and parser to the user.
#16
ltratt
closed
7 years ago
1
Allow the user to specify a YaccKind on the command line.
#15
ltratt
closed
7 years ago
6
Reflect changes in cfgrammar.
#14
ltratt
closed
7 years ago
6
Reflect changes in lrlex API.
#13
ltratt
closed
7 years ago
0
Minimally reflect the move to the cfgrammar library.
#12
ltratt
closed
7 years ago
1
Remove non-ASCII quote marks.
#11
ltratt
closed
7 years ago
0
Expose the parser module externally.
#10
ltratt
closed
7 years ago
0
Explicitly specify that we want to use Pager's algorithm.
#9
ltratt
closed
7 years ago
1
Add licence (UPL).
#8
ltratt
closed
7 years ago
0
Reflect changes in lrlex
#7
ltratt
closed
7 years ago
1
Reflect the recent "leak less" changes in lrtable.
#6
ltratt
closed
7 years ago
0
Reflect the fact that lrtable's once-usize types are now distinct.
#5
ltratt
closed
7 years ago
2
Make the pretty printer have linear(ish) performance.
#4
ltratt
closed
7 years ago
0
Basic LR parser.
#3
ltratt
closed
7 years ago
4
Run things with Travis.
#2
ltratt
closed
8 years ago
0
We no longer need to explicitly turn on convert.
#1
ltratt
closed
8 years ago
0
Previous