滑行 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