JALv2 is a rewrite of Wouter van Ooijen's Just Another Language. It adds more variable types, built-in multiply and divide, CASE statements for flow control, and co-operative multi-tasking. An index is allowed in FOR loops, and variables are automatically placed on any page.
License: BSD License (original)
Changes:
This release added return statements from inline functions. The way parameters and arrays are handled was fixed. Compiler directives ("if cexpr...'') no longer open a "block", allowing conditional compiling and library including. The documentation about target clocks was fixed. A suffix was added to display the version (2.4i).
More...