RubyGems Navigation menu

redparse 0.8.4

RedParse is a ruby parser written in pure ruby. Instead of YACC or ANTLR, it's parse tool is a home-brewed "compiler-interpreter". (The tool is LALR(1)-equivalent and the 'parse language' is pretty nice, even in it's current crude form.) My intent is to have a completely correct parser for ruby, in 100% ruby. Currently, RedParse can parse all known ruby 1.8 constructions correctly. There might be some problems with unparsing or otherwise working with texts in a character set other than ascii. Some of the new ruby 1.9 constructions are supported in 1.9 mode. For more details on known problems, see below.

Gemfile:
= 复制到剪贴板 已复制!

安装:
=

版本列表:

  1. 1.0.0 - August 11, 2016 (390.0 KB)
  2. 0.8.4 - January 03, 2010 (130.5 KB)
  3. 0.8.3 - August 05, 2009 (117.5 KB)
  4. 0.8.2 - May 22, 2009* (116.0 KB)
  5. 0.8.1 - April 30, 2009* (88.5 KB)
显示所有版本 (共 6 个)

Runtime 依赖 (2):

reg >= 0.4.8
rubylexer = 0.7.7

业主:

作者:

  • Caleb Clausen

SHA 256 校验和:

c32f044dd89bb6bcc5a43e2b1ce504a8dc8e5ca6b674617b2f9343ebf889d551

下载总量 22,210

这个版本 4,787

许可:

需要的 Ruby 版本:

链接: