News

XRuby is an effort to create a Ruby to Java bytecode compiler. A compiler, of course, needs a way to parse the input language, and so the XRuby team created their own Ruby parser using the popular ...
There are many projects that call out for a custom language parser. If you need something standard, you can probably lift the code from someplace on the Internet. If you need something custom, you ...