On Sun, 2011-06-26 at 15:25 -0500, Tristan Slominski wrote: > In anticipation of future work, I had a need for a command-line tool ( > instead of the Workspace ) that would execute OMetaJS. The project provides > for passing OMetaJS grammars, interpreters, or "compilers"/code emitters via > command-line and chaining them together. > > The project is up on github: https://github.com/tristanls/ometa-js-node > > README contains some detailed examples to showcase current functionality. > > I'm sharing this in hopes it may be useful for some of you. I do anticipate > modifications and improvements as I adapt it to my use-case. > > Cheers, > > Tristan
Hi Tristan, I had a play with node.js a few months ago and found a few OMeta packages available in NPM (search "ometa" here http://search.npmjs.org/ ). Not sure if you've encountered these before, or even if yours is already listed there, but I thought they may be useful for you to see how other people have tackled the problem. I can't really offer much more info though, as I gave up playing with node.js quite quickly (when I tried it, there had been quite large API changes, which meant trawling through masses of out-of-date documentation and Google hits to find out how to do simple things like eval(), file IO, etc.) Cheers, Chris Warburton _______________________________________________ fonc mailing list [email protected] http://vpri.org/mailman/listinfo/fonc
