[ 源代码: ruby-parslet ]
软件包:ruby-parslet(1.8.2-2)
Parser construction library with great error reporting in Ruby
Parslet makes developing complex parsers easy. It does so by
* providing the best error reporting possible * not generating reams of code for you to debug
Parslet takes the long way around to make your job easier. It allows for incremental language construction. Often, you start out small, implementing the atoms of your language first; _parslet_ takes pride in making this possible.
其他与 ruby-parslet 有关的软件包
|
|
|
|
-
- dep: ruby
- 面向对象脚本语言 Ruby 的解释器 (默认版本)
- 或者 ruby-interpreter
- 软件包暂时不可用
-
- dep: ruby-blankslate (>= 2.0)
- Ruby library providing a class with no predefined methods