Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
Readme.txt | 2002-04-05 | 375 Bytes | |
Totals: 1 Item | 375 Bytes | 0 |
Release 0.2: * improve argument parsing in Mel commands * add embedded commands: alias, warning (see documentation for details) * add the ability to define aliases for commands, using JVM properties. For example: from the prompt: java -D"alias cos=Trigonometry$Cos" jmel.Main .... from jmel.properties: alias cos=Trigonometry$Cos * provide some commands as examples.