Hi all!<br><br>Here's my first attempt at putting together a grammar for Ruby. It is still fairly incomplete, but I thought it'd be more beneficial to let it loose and have other people hacking on it, too. It requires ANTLR v3.
<br><br>Things that still needs to be done:<br>- method calls <br>- case statements<br>- heredocs<br>- %q and double quoted strings<br>- build AST<br>- fix the existing indeterminisms<br>- lots of other stuff I have missed
<br>
<br>I'm making it available under the Ruby license. <br><br>Regards,<br>Martin<br>