issues
search
h0tk3y
/
better-parse
A nice parser combinator library for Kotlin
Apache License 2.0
421
stars
42
forks
source link
WIP: Negative & positive lookahead; also added MultiCharToken for funsies
#59
Closed
acruise
closed
1 year ago
acruise
commented
2 years ago
TODO:
Implement operators
Omit lookahead results from parsers (copy SkipParser's homework)
Implement syntax AST for LookaheadCombinator
TODO: