Simple Stack Machine |
||||||||||||||||||||||||
|
Download,
Installation, Running & Recent Changes
|
|||||||||||||||||||||||
|
Current version is 2.2.0, change history since version 1.0 Download version 2.2.0, June 3, 2015
DevelopmentThe development repo is under github: https://github.com/atzedijkstra/ssm Installation and runningSSM has been tested on MacOSX with Java 1.6.x. It will probably run on other versions as long as Swing is available.
Or: use (and adapt if necessary) the ssm (UNIX) or ssm.bat (WinXX) scripts, included in the release. Or (if starting a jar file directly is supported)
Passing parametersWith version 2.2.0 commandline arguments are supported: usage: [--clisteps <steps>] [--cli] [--file <path> OR --stdin] --help : Print this help --version : Print version --clisteps <steps> : The amount of steps to run. -1 for infinite(default). Only in cli mode --stdin : Read code from stdin --file <path> : Read code from path --cli : No GUI, runs code and exits on halt --guidelay : Amount of time to sleep in milliseconds between steps in the GUI. Default: 50
|