The latest version of YamlReference is 0.10.0-2.

YamlReference

Version 0.1 revision 0 uploaded by OrenBenKiki.

Package meta

Synopsis
YAML reference implementation
Description

This package contains "the" reference YAML syntax parser (Text.Yaml.Reference), generated directly from the YAML specifications, as well as sample program (yaml2yeast) that allows accessing it from the command line, converting YAML files to YEAST tokens. This is intended to be more of an "executable specification" for YAML rather than an actual basis for YAML tool chains. That said, it is possible to build interesting tools on top of it, such as the yeast2html YAML syntax visualizer (contained in this package), pretty printers, etc. This is a streaming parser that will "immediately" begin to generate output, but it has a memoy leak (actually, retention) problem that prevents it from being applied to "large" files. To debug this with minimal syntax productions use yes "#" | yaml2yeast -p debug-leak.

Author
Oren Ben-Kiki
Bug reports
n/a
Category
n/a
Copyright
Oren Ben-Kiki 2007
Homepage
www.ben-kiki.org/oren/YamlReference
Maintainer
yaml-oren@ben-kiki.org
Package URL
www.ben-kiki.org/oren/YamlReference/YamlReference-0.1.tar.gz
Stability
alpha

Components