NimYAML/test/tests.nim
Felix Krause f60725fc93 Made loading work at compile time
* dumping doesn't work at CT
 * timestamps don't work at CT
 * aliases don't work at CT
 * renamed tserialization -> tnative to mirror rename of native.nim file
 * added comptime tests to tnative, currently only execute when doing
   nim nativeTests, because of compiler bug
 * Fixes #70, #91
2023-08-30 21:14:31 +02:00

12 lines
374 B
Nim

# NimYAML - YAML implementation in Nim
# (c) Copyright 2015-2023 Felix Krause
#
# See the file "copying.txt", included in this
# distribution, for details about the copyright.
{.warning[UnusedImport]: off.}
import tlex, tjson, tnative, tparser, tquickstart, tannotations, thints, tpresenter
when not defined(gcArc) or defined(gcOrc):
import tdom