滑行:简单干净的DSL用于描述编写和解析定宽文本文件 源码
滑行 by Ryan Wood http :/ / ryanwood . com 描述: 简单,干净的DSL,用于描述,编写和解析固定宽度的文本文件。 特点: 简单的DSL语法 可以解析和格式化固定宽度的文件 模板化的部分可以重复使用 无效数据的有用错误消息 简介: # Create a Slither::Defintion to describe a file format Slither . define :simple , :by_bytes => false do | d | # This is a template section that can be reused in other sections d . template :boundary do | t | t . column :record_type , 4 t . colu
文件列表
slither-master.zip
(预估有个20文件)
slither-master
History.txt
374B
lib
slither
section.rb
2KB
generator.rb
724B
definition.rb
999B
parser.rb
3KB
slither.rb
2KB
column.rb
4KB
暂无评论