Skip to content

v1.1.1

Latest

Choose a tag to compare

@EpicPix EpicPix released this 26 Nov 16:47
· 53 commits to master since this release
0db5e12
  • Added File IO in zprol.lang.io
  • malloc now works
  • Make errors look better while lexing and parsing
  • Create an interpreter, supports extremely basic features currently
  • Updated the zpil format, old zpil files will not work with this one, this one should be smaller
  • Fix bugs in compiling like array reads/writes using an int as the default type (is long now)
  • Make final fields more efficient
  • Make parsing faster and more efficient
  • There is now a help menu, and --version
  • Show timing info in microseconds instead of milliseconds