Releases: Furetur/pratt
Releases · Furetur/pratt
Pratt v0.1.2
Pratt v0.1.1
Changelog
- improved AST structure
- simple visitor
- added documentation
- improved exceptions
Pratt parser
- Pratt algorithm implementation
- Prefix, infix and postfix operators
- Grouping for parenthesis and array element access (
a[i]
) - Kotlin dsl