RubyGems Navigation menu

llip 0.2.0

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.

Gemfile:
= Copy to clipboard Copied!

instalar:
=

Versões:

  1. 0.2.0 - July 16, 2007* (33,5 KB)
  2. 0.1.0 - June 08, 2007* (32,5 KB)

Runtime Dependencies (2):

hoe >= 1.2.1
rspec >= 1.0.0

Donos:

Autores:

  • Matteo Collina

SHA 256 checksum:

21c4c8b232029631fe2d8f6bd13d1ebb13190720bff51bf37e2c0f535c426368

Total de downloads 8.352

Desta versão 4.714

Licenças:

N/A

Versão Requerida do Ruby: > 0.0.0

Links: