Skip to content

MS4

Pre-release
Pre-release
Compare
Choose a tag to compare
@Botffy Botffy released this 17 Aug 22:30
· 179 commits to master since this release

Development was resumed after a brief hiatus of three years, and we're back with expressions! All classic PLanG operators and functions have been implemented, complete with function resolution and implicit type coercion.

As for restarting the development: the CI has been repaired, and now we're using JDK11.

Features

  • Pratt parser for exceptions
  • typechecker object
  • resolution for overloaded functions. Only parameter overloading is supported yet
  • all PLanG operators and functions (except I/O)
  • loops