issues
search
GerHobbelt
/
jison
bison / YACC / LEX in JavaScript (LALR(1), SLR(1), etc. lexer/parser generator)
https://gerhobbelt.github.io/jison/
MIT License
118
stars
20
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Decorator error when using `@` variables in actions
#69
AprilArcus
opened
2 years ago
0
Can't parse postgresql grammar and missing error location
#68
mingodad
opened
2 years ago
2
NPM warnings about vulnerabilities
#67
mingodad
opened
2 years ago
0
How is possible to implement C-like pre-processor macros ?
#66
dooxe
opened
2 years ago
0
Use sub part of the parser
#65
dooxe
opened
2 years ago
2
TypeError: yylexer.mergeLocationInfo is not a function
#64
khmseu
opened
3 years ago
1
Using "?." and "??" JS operators in action code blocks ?
#63
lowlighter
opened
3 years ago
0
Doesn't seem to pick longest possible match
#62
palantus
closed
3 years ago
1
Add unit tests to directly verify feature stripper generating compiling-and-running output
#61
GerHobbelt
opened
4 years ago
0
make esprima errors more intelligible (caused by faults in user action code test-parse-passes during grammar compile)
#60
GerHobbelt
opened
4 years ago
0
suggestion: typescript compilable to WASM
#59
ericprud
closed
4 years ago
6
Parser source produced by generate API is different from CLI output
#58
murphyke
opened
4 years ago
1
[Snyk] Fix for 1 vulnerabilities
#57
snyk-bot
closed
4 years ago
0
Do parsers share a global state?
#56
hugozap
closed
4 years ago
1
Question: jison-gho debugger
#55
hugozap
opened
4 years ago
1
[Snyk] Fix for 1 vulnerabilities
#54
snyk-bot
closed
4 years ago
0
Git version looks older than NPM
#53
martianboy
opened
4 years ago
4
`lexer.conditions[K].rules` grows with each call to parse
#52
ericprud
opened
5 years ago
7
arrow notation barfs on comments
#51
ericprud
opened
5 years ago
8
Rename project, new identity.
#50
hugozap
opened
5 years ago
0
specify option interactions, describe module types
#49
ericprud
closed
4 years ago
0
build problem: @gerhobbelt/recast should require @gerhobbelt/esprima
#48
ericprud
opened
5 years ago
0
[Snyk] Fix for 1 vulnerable dependencies
#47
snyk-bot
closed
4 years ago
0
Generate lexer/parser in different programming language
#46
GerHobbelt
opened
5 years ago
0
Longest match isn't respect with literal strings (differs from zaach/jison)
#45
seanlaff
closed
5 years ago
1
update npmignore to close #43
#44
balupton
closed
5 years ago
3
jison-gho on NPM contains unrelated files
#43
evgeni
closed
5 years ago
6
Use async/await in grammar executed code
#42
jmaister
closed
6 years ago
3
Error handling?
#41
ex3ndr
closed
6 years ago
3
[tracking others] reject / backtrack in lexer ~ code stripping
#40
GerHobbelt
opened
6 years ago
0
[tracking others] arrow actions = modern JS in lexer actions
#39
GerHobbelt
opened
6 years ago
1
fix grammar
#38
morenoh149
closed
4 years ago
1
The lexer emitted by jison contains non-es5 code.
#37
lddubeau
opened
6 years ago
1
Update readme
#36
juliandavidmr
closed
6 years ago
3
Problem when detecting multiple token
#35
juliandavidmr
closed
6 years ago
5
part of #21: no concise error messages
#34
GerHobbelt
closed
6 years ago
1
`parseParams` is a bit of a mess: is it tracked as part of the options or the grammar?
#33
GerHobbelt
opened
6 years ago
0
Fix issues which make jison / jison-lex / ... tests fail when run under istanbul/nyc code coverage
#32
GerHobbelt
closed
6 years ago
2
jison grammar filenames with double dashes produce illegal parser names
#31
GerHobbelt
closed
6 years ago
1
action code in grammar doesn't expand `@label` ref inside template string with comments
#30
GerHobbelt
opened
7 years ago
0
Error reported for negative indexed location tracking references, e.g. `@-1`
#29
GerHobbelt
opened
7 years ago
1
`yylexer.prettyPrintRange()` API: very long prelude is not shortened with (...continued...) a la error area
#28
GerHobbelt
closed
6 years ago
1
GnuCOBOL
#27
simon-p-r
closed
6 years ago
5
add CLI + API option to enable/disable/pick-a-mode for (action) code snippets' validation
#26
GerHobbelt
opened
7 years ago
2
code inspection: parser kernel doesn't hand over correctly from error recovery phase
#25
GerHobbelt
closed
7 years ago
1
use @roman-spiridorov's coolc grammar and test files for regression testing
#24
GerHobbelt
opened
7 years ago
0
Consider 'production' flag for generated parsers/lexers to produce concise error messages at run-time
#23
GerHobbelt
opened
7 years ago
2
action code sometimes doesn't get expanded properly when using ES6/2017 string templates
#22
GerHobbelt
opened
7 years ago
0
Strange behavior on parse/lex errors
#21
roman-spiridonov
opened
7 years ago
8
lexer spec parser (jison-lex) does not parse some grammars' action code blocks
#20
GerHobbelt
closed
7 years ago
1
Next