Skip to content

Releases: EpicPix/zProl

Development Build

19 Mar 15:20
fb8b715

Choose a tag to compare

Development Build Pre-release
Pre-release

Commits

  • e48a981: Update domain name (EpicPix)
  • fb8b715: Update domain names again (EpicPix)

v1.1.1

26 Nov 16:47
0db5e12

Choose a tag to compare

  • 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

v1.1.0

06 Aug 20:14
3d617c3

Choose a tag to compare

v1.0.9

28 Jun 12:53
c2ede24

Choose a tag to compare

v1.0.8

19 Jun 16:25
7c87d23

Choose a tag to compare

Fix bug with malloc

v1.0.7

10 Jun 10:39
c6ff8eb

Choose a tag to compare

Add `push_false` `push_true` and `null` instructions

v1.0.6

10 Jun 10:38
d21aea5

Choose a tag to compare

Add `List`

v1.0.5

10 Jun 10:36
a213783

Choose a tag to compare

Improve error messages

v1.0.4

10 Jun 10:35
0ed7bfb

Choose a tag to compare

Remove `inline` modifier

v1.0.3

10 Jun 10:33
d06c7c9

Choose a tag to compare

Expand overloading