NimYAML/yaml
Jacob MacDonald 4933194dd6 Fix for newer versions of compiler.
61720e0df9475af647de171f6b2964c36234961a in the Nim compiler introduced the bug
in this project. In brief, the upstream change flattens `nnkStmtList`s of one
item. Thus, `quote do:` followed by one statement is no longer a nnkStmtList
but whatever that one statement is. This breaks several macro implementations
where a `quote do:` form is initialized and then appended to. Based on Araq's
feedback (https://irclogs.nim-lang.org/02-10-2017.html#21:01:26), these
single-statement quotes are now converted into one-element statement lists as
necessary (behavior on old versions of the compiler is maintained).
2017-10-03 15:59:45 +02:00
..
private Made NimYAML compile for JS 2017-03-29 17:14:50 +02:00
dom.nim Fixed to previous JS adjustments 2017-03-30 17:58:53 +02:00
hints.nim Revert "Actual fix for #40" because it's shit 2017-07-10 19:52:34 +02:00
parser.nim Fix for newer versions of compiler. 2017-10-03 15:59:45 +02:00
presenter.nim Moved private sources to yaml/private 2017-02-06 20:39:04 +01:00
serialization.nim Fix for newer versions of compiler. 2017-10-03 15:59:45 +02:00
stream.nim Fixed compilation error 2017-02-18 12:31:23 +01:00
taglib.nim Use global tag handle for NimYAML 2016-10-10 20:16:54 +02:00
tojson.nim Made NimYAML compile for JS 2017-03-29 17:14:50 +02:00