Menu

0.98

Whats Changed:
. user's guide and revamped web page
. java inner class support, so script can create instances of an inner class, or extend an inner class.
. change to how line # info is tracked (for exception back traces) in compiled script... generates smaller more efficient classes
. grammar change: the "import" keyword is now followed by an Expression rather than <STRING_LITERAL>, so it can be an expression that evaluates to a string.
. grammar change: "[1,2,3]" can be used to declare an array. Shorthand for "new Array(1,2,3)"
. grammar change: "arr[a..b]" evaluates to a sub-array (or sub-string) of elements a thru b inclusive
. a script function that takes no args, can be passed to java code as a java.lang.Runnable
. further AbstractFileSystem development... now you can mount a filesystem at a specific location within the virtual filesystem, instead of just "/"... still needs a little work so you can enumerate the children of a file (directory).

Posted by Rob Clark 2002-01-23

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.