Skip to content

Releases: Furetur/pratt

Pratt v0.1.2

30 Oct 13:59
Compare
Choose a tag to compare

Just fixed issues with JitPack publishing

Pratt v0.1.1

23 Oct 12:39
Compare
Choose a tag to compare

Changelog

  • improved AST structure
  • simple visitor
  • added documentation
  • improved exceptions

Pratt parser

22 Oct 19:53
Compare
Choose a tag to compare
  • Pratt algorithm implementation
  • Prefix, infix and postfix operators
  • Grouping for parenthesis and array element access (a[i])
  • Kotlin dsl