RubyGems Navigation menu

llip 0.1.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:
= 复制到剪贴板 已复制!

安装:
=

版本列表:

  1. 0.2.0 - July 16, 2007* (33.5 KB)
  2. 0.1.0 - June 08, 2007* (32.5 KB)

Runtime 依赖 (2):

hoe >= 1.2.1
rspec >= 1.0.0

业主:

作者:

  • Matteo Collina

SHA 256 校验和:

cbcb1ab00df2e6c27d4e87cbb0cb2decdf3f0384199b00bde22790bf201e0eaf

下载总量 8,382

这个版本 3,648

许可:

需要的 Ruby 版本: > 0.0.0

链接: