1. Update: Topaz v. 2.0
Hi all,
I've just sent Rob the newest version of Topaz, version 2.0.
It should be posted to the Euphoria site shortly. Or, as
always, you can email me for it, although I might not be
able to reply until Sunday. (Sorry, I can't upload it to my
usual location on the web right now.)
What new features are in 2.0?...
-- Introduction of the tGSLIC and tSSLIC instructions. These
allow for functionality similar to x = s[n..m] and
s[n..m] = x in Euphoria.
-- Introduction of the tGINDX and tSINDX instructions. These
allow for functionality similar to x = s[n] and s[n] = x
in Euphoria, up to any number of indices
(ex.: x = s[n][m][A][B][C])
-- Official addition of priorities, from 1 up to any
arbitrary value (the lower the value, the higher the
priority.)
-- A more detailed example program has been added to the
package.
I hope everyone enjoys the improvements. Comments are always
welcomed.
Have fun!
Rod Jackson