issues
search
cwbaker
/
lalr
LALR(1) parser for C++
MIT License
78
stars
11
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Leave the RHS of a GrammarSymbolSet move default initialized
#59
cwbaker
closed
4 months ago
0
Fix GrammarSymbolSet's move and copy constructors
#58
cwbaker
closed
4 months ago
1
Build with Forge v0.9.7
#57
cwbaker
closed
4 months ago
0
Fix GrammarSymbolSet's move and copy constructors
#56
elushaX
closed
4 months ago
0
Add Cmake targets
#55
elushaX
closed
4 months ago
0
Windows MSVC errors
#54
elushaX
closed
4 months ago
7
How to use a symbol table in lexer actions if they do not have access to the grammar/lexer/user_data ?
#53
mingodad
opened
1 year ago
0
Example that bison/yacc reports reduce/reduce conflict but lalr doesn't
#52
mingodad
opened
1 year ago
0
How to produce an output similar to bison/byacc for debugging ?
#51
mingodad
opened
1 year ago
0
Wrong line count when it's multi character like '\r\n'
#50
mingodad
opened
1 year ago
0
Trouble parsing/lexing 'errors'
#49
mingodad
opened
1 year ago
3
Calls to default_action_handler with length == 0
#48
mingodad
opened
1 year ago
1
Error on empty or unterminated literal or regex
#47
cwbaker
closed
1 year ago
0
Reuse result of already called function.
#46
cwbaker
closed
1 year ago
0
Reorder class member for better memory usage/alignment.
#45
cwbaker
closed
1 year ago
0
Add column information to errors
#44
cwbaker
closed
1 year ago
0
Add preprocessor guards to allow build without threads/threadpool.
#43
cwbaker
closed
1 year ago
0
Add 'std::' in several places as suggested by clang
#42
cwbaker
closed
1 year ago
0
Add a wasm browser based playground
#41
mingodad
opened
1 year ago
4
Unable to accept the literal '\\'
#40
mingodad
opened
1 year ago
2
Missing `%whitespace` directive definition should be an error ?
#39
mingodad
opened
1 year ago
0
Avoid creating temporary strings adding symbols to Grammar
#38
cwbaker
closed
1 year ago
0
Use size_t elements in symbol sets
#37
cwbaker
closed
1 year ago
0
Improve performance of GrammarSymbolSet
#36
mingodad
closed
1 year ago
12
Make JSON example parse from a UTF-8 encoded file
#35
cwbaker
closed
1 year ago
0
Explicitly link with pthread
#34
cwbaker
closed
1 year ago
0
Reduce memory usage
#33
cwbaker
closed
1 year ago
1
Parse arrays in the JSON example
#32
cwbaker
closed
1 year ago
13
Generate errors for missing action handlers
#31
cwbaker
closed
1 year ago
0
Allow metacharacters in character classes
#30
cwbaker
closed
1 year ago
0
Stop Lexer reading past end of input when skipping whitespace
#29
cwbaker
closed
1 year ago
0
Optimize lookahead generation
#28
cwbaker
closed
1 year ago
0
Write parser state machines as GraphViz dot graphs
#27
cwbaker
closed
1 year ago
0
Reduce memory allocations made for transitions between states
#26
cwbaker
closed
1 year ago
0
Generate state machine from kernel items only
#25
cwbaker
closed
1 year ago
0
Fix implicit terminal precedence and associativity
#24
cwbaker
closed
1 year ago
0
Fix wrong shift/reduce conflict detection
#23
mingodad
closed
1 year ago
2
Report an error when lexer actions are missing
#22
cwbaker
closed
1 year ago
1
Improve whitespace handling
#21
cwbaker
closed
1 year ago
0
Allow lexer actions for tokens and whitespace to co-exist
#20
cwbaker
closed
1 year ago
0
Add string_literal lexer action for single-character delimited strings
#19
cwbaker
closed
1 year ago
0
Back-track to most recently matched token in lexer
#18
cwbaker
closed
1 year ago
0
Use position iterator in lexer actions
#17
cwbaker
closed
1 year ago
0
Improve reporting of syntax errors
#16
cwbaker
closed
1 year ago
0
Improve error reporting for regular expressions
#15
cwbaker
opened
1 year ago
0
Provide line_comment() and block_comment() to simplify comments
#14
cwbaker
closed
1 year ago
0
Some possible enhancements
#13
mingodad
closed
1 year ago
3
Report undefined symbols as errors
#12
cwbaker
closed
1 year ago
0
Online playground ?
#11
mingodad
closed
1 year ago
78
Fix line numbering in error messages
#10
cwbaker
closed
3 years ago
0
Next