YamlReference: YAML reference implementation
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.
| Versions | 0.1, 0.2, 0.3, 0.4, 0.5, 0.6, 0.7, 0.8, 0.9, 0.9.1, 0.9.2, 0.9.3 |
|---|---|
| Dependencies | base (>=2.0), dlist (>=0.2), HUnit (>=1.1), regex-compat (>=0.71) |
| License | LGPL |
| Copyright | Oren Ben-Kiki 2007 |
| Author | Oren Ben-Kiki |
| Maintainer | yaml-oren@ben-kiki.org |
| Stability | alpha |
| Category | |
| Home page | www.ben-kiki.org/oren/YamlReference |
| Executables | yaml2yeast, yaml2yeast-test |
| Upload date | Mon Apr 2 13:11:06 UTC 2007 |
| Uploaded by | OrenBenKiki |
| Build failure | ghc-6.10 (log), ghc-6.12 (log), ghc-6.6 (log), ghc-6.8 (log) |
| Distributions | Arch: 0.9.3 |
Modules
- Text
Downloads
- YamlReference-0.1.tar.gz (Cabal source package)
- package description (included in the package)
