]> gitweb.factorcode.org Git - factor.git/history - extra/yaml/yaml.factor
yaml: with2 is kernel:withd now
[factor.git] / extra / yaml / yaml.factor
2022-07-31 Doug Colemanyaml: with2 is kernel:withd now
2022-01-20 Doug Colemanfactor: trim more using lists.
2017-02-07 John Benediktssonyaml: using ?adjoin.
2017-02-07 John Benediktssonusing map-reduce instead of unclip reduce.
2016-03-29 John Benediktssonsets: rename unordered-set back to set.
2015-08-13 John Benediktssonchange ERROR: words from throw-foo back to foo.
2015-08-13 Doug Colemanextra: use throw-foo for ERROR: change
2015-08-12 Doug Colemanfactor: rename set to unordered-set.
2014-07-22 Björn Lindqvistkernel: new combinator 2with = with with
2014-07-10 John Benediktssonuse "of" in place of "swap at".
2014-07-08 Jon HarperYAML: allow configuration of !!merge and !!value
2014-07-08 Jon HarperYAML: support !!value in !!map
2014-07-08 Jon HarperYAML: support !!merge in !!map
2014-05-22 Jon HarperYAML: add output configuration options
2014-05-22 Jon HarperYAML: expose libyaml's emitter options, use unicode...
2014-05-22 Jon HarperYAML: don't use aliases/anchors for fixnums
2014-05-22 Jon HarperYAML: Remove wrong comment
2014-05-22 Jon HarperYAML: correctly free yaml_event before reusing
2014-05-01 John Benediktssonyaml: accidentally these lines.
2014-04-27 John Benediktssonyaml: some formatting/cleanup.
2014-04-27 Jon HarperYAML: expose libyaml's errors
2014-04-27 Jon HarperYAML: handle recursive data and anchors' identity
2014-04-27 Jon HarperYAML: simple error when constructing undefined anchors
2014-04-27 Jon HarperYAML: cleanup, remove unreachable code
2014-04-27 Jon HarperYAML: correctly emit f as "!!bool false"
2014-04-27 Jon HarperYAML: support !!set, !!omap and !!pair
2014-04-27 Jon HarperYAML: workaround deep-copy structs
2014-04-27 Jon HarperYAML: parse anchors
2014-04-27 Jon HarperYAML: cleanup USING:
2014-04-27 Jon HarperYAML: convert some factor types to/from yaml types
2014-04-27 Jon HarperYAML: declare function parameters as bools
2014-04-27 Jon HarperYAML: fix parsing when key is f
2014-04-27 Jon HarperYAML: use factor's c-string in more places
2014-04-27 Jon HarperYAML: cleanup, tags are defined in the ffi
2014-04-27 Jon HarperYAML: indent/docs
2014-04-27 Jon HarperYAML: add yaml-docs> and >yaml-docs
2014-04-27 Jon HarperYAML: support non-scalar keys
2014-04-27 Jon HarperYAML: convert from factor object <-> strings
2014-04-27 Jon HarperYAML: add FFI (from "yaml.h")