RubyGems Navigation menu

rubylexer 0.8.0

RubyLexer is a lexer library for Ruby, written in Ruby. Rubylexer is meant as a lexer for Ruby that's complete and correct; all legal Ruby code should be lexed correctly by RubyLexer as well. Just enough parsing capability is included to give RubyLexer enough context to tokenize correctly in all cases. (This turned out to be more parsing than I had thought or wanted to take on at first.) RubyLexer handles the hard things like complicated strings, the ambiguous nature of some punctuation characters and keywords in ruby, and distinguishing methods and local variables. It should be able to correctly lex 99.9+% of legal ruby code.

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

安装:
=

版本列表:

  1. 0.8.0 - August 12, 2016 (360.0 KB)
  2. 0.7.7 - January 03, 2010 (331.5 KB)
  3. 0.7.6 - August 05, 2009 (329.5 KB)
  4. 0.7.5 - May 23, 2009* (329.0 KB)
  5. 0.7.4 - May 22, 2009* (329.0 KB)
显示所有版本 (共 10 个)

Runtime 依赖 (1):

sequence >= 0.2.4

业主:

作者:

  • Caleb Clausen

SHA 256 校验和:

367326945eb404d089e5a3483974a1ba2df7a975bcb1dd79b7bae1f1e9c669dc

下载总量 36,109

这个版本 3,750

许可:

需要的 Ruby 版本: >= 0

链接: