mirror of
https://github.com/status-im/NimYAML.git
synced 2025-01-11 12:04:26 +00:00
experimental: notnil
This commit is contained in:
parent
2328289dba
commit
51d33d4a05
@ -22,7 +22,9 @@
|
||||
import tables, streams, hashes, sets, strutils
|
||||
import stream, taglib, serialization, private/internal, parser,
|
||||
presenter
|
||||
|
||||
|
||||
when defined(nimNoNil):
|
||||
{.experimental: "notnil".}
|
||||
type
|
||||
YamlNodeKind* = enum
|
||||
yScalar, yMapping, ySequence
|
||||
|
@ -1,4 +1,4 @@
|
||||
# NimYAML - YAML implementation in Nim
|
||||
# NimYAML - YAML implementation in Nim
|
||||
# (c) Copyright 2016 Felix Krause
|
||||
#
|
||||
# See the file "copying.txt", included in this
|
||||
@ -15,6 +15,9 @@
|
||||
import hashes
|
||||
import private/internal, taglib
|
||||
|
||||
when defined(nimNoNil):
|
||||
{.experimental: "notnil".}
|
||||
|
||||
when defined(yamlScalarRepInd):
|
||||
type ScalarRepresentationIndicator* = enum
|
||||
srPlain, srSingleQuoted, srDoubleQuoted, srLiteral, srFolded
|
||||
|
Loading…
x
Reference in New Issue
Block a user