RubyGems Navigation menu

ruby_parser 1.0.0

ruby_parser (RP) is a ruby parser written in pure ruby (utilizing racc--which does by default use a C extension). RP's output is the same as ParseTree's output: s-expressions using ruby's arrays and base types. == FEATURES/PROBLEMS: * Pure ruby, no compiles. * Incredibly simple interface. * Output is 100% equivalent to ParseTree. * Can utilize PT's SexpProcessor and UnifiedRuby for language processing. * Known Issue: Speed sucks currently. 5500 tests currently run in 21 min. * Known Issue: Code is waaay ugly. Port of a port. Not my fault. Will fix RSN. * Known Issue: I don't currently support newline nodes. * Known Issue: Totally awesome. * Known Issue: dasgn_curr decls can be out of order from ParseTree's. * TODO: Add comment nodes. == SYNOPSIS: RubyParser.new.parse "1+1" # => s(:call, s(:lit, 1), :+, s(:array, s(:lit, 1)))

Gemfile:
= 複製 已複製

安裝:
=

版本列表:

  1. 3.21.0 - January 16, 2024 (748.0 KB)
  2. 3.20.3 - July 12, 2023 (834.5 KB)
  3. 3.20.2 - June 06, 2023 (833.5 KB)
  4. 3.20.1 - May 17, 2023 (836.5 KB)
  5. 3.20.0 - March 04, 2023 (833.0 KB)
  6. 1.0.0 - December 22, 2007* (67.5 KB)
顯示所有版本(共 78)

Runtime 相依性套件 (2):

hoe >= 1.4.0
ParseTree >= 0

擁有者:

作者:

  • Ryan Davis

SHA 256 checksum:

2b9a143881836e05e505e68c237ac90fd5d9a5104921f3fcd3ab5fb960f0ef96

總下載次數 109,335,429

這個版本 3,662

License:

Ruby 版本需求:

相關連結: