And now for my earlier post that never showed up... http://togos.dhs.org/projects/configscript3/
It expects * ruby 1.8.0 to be installed as /usr/bin/ruby * the files under lib/ to be installed where ruby will find them (cp -R lib/* /usr/lib/ruby/site_ruby) programs are bin/configscript (the interpreter/compiler) and bin/test (runs tests) usage: configscript file.cs ; execute file.cs configscript -o file.imc file.cs ; compile to imcc configscript -o file.pbc file.cs ; compile to pbc configscript -o - file.cs ; compile to imcc on stdout see t/* for example scripts ConfigScript3 uses a custom OO AST between the parser and the IMCC outputter called "GenScript3", which I plan to write more front-ends (Ruby?) and back-ends (Jasm?) for. I hope you like it, and I hope this was the right place to post this :) - TOGoS (http://togos.dhs.org/) __________________________________ Do you Yahoo!? Yahoo! Finance: Get your refund fast by filing online. http://taxes.yahoo.com/filing.html