issues
search
h0tk3y
/
better-parse
A nice parser combinator library for Kotlin
Apache License 2.0
421
stars
42
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
A StringIndexOutOfBoundsException occurs in this library
#70
nonesong
opened
10 months ago
0
Add another example to README.md
#69
lucasnlm
opened
1 year ago
0
Question: how to get line/column numbers?
#68
TheZipCreator
closed
1 year ago
1
Kotlin 1.9.0 support and usage of Kotlin Common Regex implementation
#67
avwie
opened
1 year ago
4
Parser works in JS development mode but not in JS production mode
#66
avwie
opened
1 year ago
2
"null cannot be cast to non-null type" when parsing generates > 16 token matches
#64
nikclayton
opened
1 year ago
3
Indentation as in YAML
#63
OnufryKlaczynski
opened
1 year ago
3
Library is not visible in multiplatform project (specifically js and common modules)
#62
waterstopper
opened
1 year ago
0
How to do recursion?
#61
JohnLCaron
opened
1 year ago
0
How to fix the build?
#60
kevinb9n
closed
2 months ago
1
WIP: Negative & positive lookahead; also added MultiCharToken for funsies
#59
acruise
closed
1 year ago
0
Negative lookahead?
#58
acruise
opened
2 years ago
9
RegexToken in Kotlin 1.7.0 JS IR compiler broken due to minification of member names
#57
qwewqa
opened
2 years ago
0
[BUG] literal token with DefaultTokenizer can't find a match - 'noneMatched'
#56
xetra11
closed
2 years ago
1
fix preprocessRegex function (fixes h0tk3y/better-parse#51)
#52
InfectedBytes
closed
2 years ago
1
RegexToken broken with latest js backend
#51
InfectedBytes
closed
2 years ago
0
Indentation and Dedentation
#50
Cormanz
opened
2 years ago
3
reuse parser result in other delegate
#49
asm0dey
opened
2 years ago
0
Fix reported range when an optional parser is lifted to an AST parser
#48
Thomvis
closed
3 years ago
1
Misreported range in SyntaxTree for optional parser
#47
Thomvis
closed
3 years ago
1
add in maven 0.4.0
#46
fury02
opened
3 years ago
0
Using Grammars as Parsers seems to fail.
#44
dan-lugg
opened
3 years ago
7
Publish Dokka generated API documentation
#43
CommanderTvis
opened
3 years ago
0
Add anonymous token support.
#42
pragmaticpandy
opened
3 years ago
3
Fix InvalidMutabilityException in RegexToken
#41
itegulov
closed
3 years ago
5
Rules dependent on each other
#40
ksqsf
closed
3 years ago
2
Note that this library is not thread safe
#39
ScottPeterJohnson
closed
3 years ago
1
Publish an IR compiled JS target of better-parse
#38
CommanderTvis
closed
3 years ago
4
Use both compilers for JS
#37
CommanderTvis
closed
3 years ago
2
Discussion About Separation Between Tokens and Parsers
#36
BenjaminHolland
opened
3 years ago
2
How are delegates selected?
#35
jeffzoch
opened
3 years ago
1
Skip/Ignore/Optional parts
#34
rabbitfr
opened
3 years ago
1
Migrate to Kotlin 1.4.21, drop 1.3.72 version, improve build-scripts, update Gradle, fix broken tests
#33
CommanderTvis
closed
3 years ago
5
Make it buildable in jitpack
#32
seniorjoinu
closed
3 years ago
1
NoClassDefFound when used as a peer dependency in Android project
#31
seniorjoinu
opened
4 years ago
0
Support kotlin 1.4.0
#30
oxc
closed
3 years ago
3
ClassCastException when combining a Tuple2 parser
#29
Benjozork
opened
4 years ago
3
Tokenizer regression in 0.4.0
#28
CommanderTvis
closed
4 years ago
1
Broken multiplatform deploy on 0.4.0-alpha-3
#27
altavir
closed
4 years ago
1
Parse without allowing ignored tokens
#26
rnett
opened
4 years ago
2
Help with parser
#25
rndev-io
opened
4 years ago
0
Building parsers for fixed-width fields
#24
KushalP
opened
4 years ago
1
How should Grammar objects be composed?
#23
KushalP
closed
4 years ago
2
Augment arithmetic example with substitution table
#22
altavir
opened
4 years ago
0
Publish better-parse to Maven Central
#21
bdemers
closed
3 years ago
3
java.lang.IllegalArgumentException: The tokens list should not be empty
#20
jnorthrup
closed
5 years ago
0
repo fail
#19
jnorthrup
closed
5 years ago
0
Update README.md to fix error in Grammar example
#18
krizzmp
closed
5 years ago
1
Support kotlin 1.3.40
#17
NiKlimenko
opened
5 years ago
2
implementing and
#16
mgood7123
opened
5 years ago
2
Next