Skip to content

Releases: ahfriedman/wpl

v1.1.0-alpha

12 Dec 12:52
Compare
Choose a tag to compare
v1.1.0-alpha Pre-release
Pre-release

Individual Project extension of WPL. Includes higher-order functions, lambdas, sum types, product types, optimizations, and compiling to executable (with runtime).

v1.0.2-alpha

06 Nov 20:44
188517f
Compare
Choose a tag to compare
v1.0.2-alpha Pre-release
Pre-release

Final version of WPL

v1.0.1-alpha

23 Oct 19:50
Compare
Choose a tag to compare
v1.0.1-alpha Pre-release
Pre-release

Should be the same as before, however, now only error messages should be printed unless -verbose is specified. In this case, as before, the compiler will print success messages as well.

v-0.0.1-alpha

13 Oct 16:34
Compare
Choose a tag to compare
v-0.0.1-alpha Pre-release
Pre-release

Should have all the basic features of WPL, but may still not be perfect. This should be my initial submission (unless I find more urgent errors).