From matteo.collina at gmail.com Sat Jun 9 12:08:56 2007 From: matteo.collina at gmail.com (Matteo Collina) Date: Sat, 9 Jun 2007 18:08:56 +0200 Subject: [llip-users] Fwd: [ANN] llip 0.1.0 Released In-Reply-To: <6d5060310706090811m5a400333n335cc89a5d683021@mail.gmail.com> References: <6d5060310706090811m5a400333n335cc89a5d683021@mail.gmail.com> Message-ID: <6d5060310706090908m5e444623k7084acfb02bca895@mail.gmail.com> llip version 0.1.0 has been released! The LL(k) Interpreted Parser (llip) is an automated tool to easily create an LL(k) parser and the related scanner without the need of generating anything. Everything is done on the fly through a simple DSL. ## A Little comparrison against other tools Tools like JavaCC, ANTLR, Coco/R and others use an external description file which they compile into the destination code. This file it's usually written using a complex product related language. Using Ruby metaprogramming, a parser generator can go one step further. In fact, the llip gem gives you the possibility to write a parser writing only Ruby code. Changes: ## 0.1.0 / 2007-06-09 * 1 major enhancement * Initial release with 100% coverage. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/llip-users/attachments/20070609/e6814f95/attachment.html