Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

New Parrot-targetting language: ConfigScript3

6 views
Skip to first unread message

Togos

unread,
Feb 16, 2004, 8:11:32 PM2/16/04
to perl6-i...@perl.org
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

0 new messages