Commit Graph

41 Commits (bcd7c743a276915d40a3a933d8eac40024b13bd2)

Author SHA1 Message Date
Jon Harper db892f5b34 YAML: oops, fix according to help-lint 2014-05-22 07:57:34 -07:00
Jon Harper 712d6bf1c8 YAML: better docs for >yaml, typos 2014-05-22 07:57:34 -07:00
Jon Harper bf737f3672 YAML: tests for emitter-line-break variable 2014-05-22 07:57:33 -07:00
Jon Harper 0da786e9e6 YAML: add output configuration options 2014-05-22 07:57:33 -07:00
Jon Harper 44c2b2d7ba YAML: expose libyaml's emitter options, use unicode mode by default 2014-05-22 07:57:33 -07:00
Jon Harper a2f4e84a9b YAML: don't use aliases/anchors for fixnums 2014-05-22 07:57:33 -07:00
Jon Harper 41d2c1e10d YAML: make it more obvious that we use LibYAML 2014-05-22 07:57:33 -07:00
Jon Harper bb5668866e YAML: Remove wrong comment 2014-05-22 07:57:33 -07:00
Jon Harper aafbae465c YAML: correctly free yaml_event before reusing 2014-05-22 07:57:33 -07:00
John Benediktsson 5c9e270a1c yaml: accidentally these lines. 2014-05-01 14:00:50 -07:00
John Benediktsson 72efd16074 yaml: some formatting/cleanup. 2014-04-27 15:41:24 -07:00
Jon Harper e6301c4cd2 YAML: expose libyaml's errors 2014-04-27 15:24:26 -07:00
Jon Harper 559f140a93 YAML: handle recursive data and anchors' identity 2014-04-27 15:24:26 -07:00
Jon Harper 8a7b8eb169 YAML: cleanup, don't prettyprint the linked-assoc
It's not useful because it's not homoiconic because of recursivity
2014-04-27 15:24:26 -07:00
Jon Harper 107e67194a YAML: simple error when constructing undefined anchors 2014-04-27 15:24:25 -07:00
Jon Harper 514d3f72f9 YAML: cleanup, remove unreachable code 2014-04-27 15:24:25 -07:00
Jon Harper 3623778d26 YAML: correctly emit f as "!!bool false" 2014-04-27 15:24:25 -07:00
Jon Harper 83347ee964 YAML: docs 2014-04-27 15:24:25 -07:00
Jon Harper 2db5962cc3 YAML: support !!set, !!omap and !!pair 2014-04-27 15:24:24 -07:00
Jon Harper c7613e62a0 YAML: workaround deep-copy structs 2014-04-27 15:24:24 -07:00
Jon Harper 7925686dbc YAML: Add tests for anchors in yaml> 2014-04-27 15:24:24 -07:00
Jon Harper b60d1c86f9 YAML: parse anchors 2014-04-27 15:24:24 -07:00
Jon Harper 11d6c820b0 YAML: cleanup USING: 2014-04-27 15:24:24 -07:00
Jon Harper 18c88d9905 YAML: convert some factor types to/from yaml types 2014-04-27 15:24:24 -07:00
Jon Harper 557e0a3d3e YAML: add some tests from pyyaml test suite. 2014-04-27 15:24:24 -07:00
Jon Harper 679cfd618c YAML: declare function parameters as bools 2014-04-27 15:24:23 -07:00
Jon Harper 5b5a680fb4 YAML: add a debug word to check sizes of structs 2014-04-27 15:24:23 -07:00
Jon Harper 64db12711a YAML: add a debug vocab 2014-04-27 15:24:23 -07:00
Jon Harper eddf2c1ab4 YAML: fix parsing when key is f 2014-04-27 15:24:23 -07:00
Jon Harper 7701e1dace YAML: use factor's c-string in more places 2014-04-27 15:24:23 -07:00
Jon Harper 2a409cdec6 YAML: don't test types on complex key test 2014-04-27 15:24:23 -07:00
Jon Harper adae95bfb4 YAML: ffi, fix default tags 2014-04-27 15:24:23 -07:00
Jon Harper fda21bb74e YAML: ffi typo cleanup 2014-04-27 15:24:22 -07:00
Jon Harper 9174cf0d31 YAML: cleanup, tags are defined in the ffi 2014-04-27 15:24:22 -07:00
Jon Harper d1b1a40e6d YAML: indent/docs 2014-04-27 15:24:22 -07:00
Jon Harper 4ccb1a9e54 YAML: add yaml-docs> and >yaml-docs 2014-04-27 15:24:22 -07:00
Jon Harper eb1987924e YAML: support non-scalar keys 2014-04-27 15:24:22 -07:00
Jon Harper 43f9318489 yaml: load lib for windows and macosx 2014-04-27 15:24:22 -07:00
Jon Harper 73642b173f YAML: add simple tests for >yaml and >yaml 2014-04-27 15:24:22 -07:00
Jon Harper 5fe3ff9c52 YAML: convert from factor object <-> strings 2014-04-27 15:24:22 -07:00
Jon Harper 76406f60d3 YAML: add FFI (from "yaml.h") 2014-04-27 15:24:21 -07:00