commit ecadf5cb42b244d0ce2f269a1aadd1690524e2a9 Author: Felix Krause Date: Tue Jan 5 23:17:39 2016 +0100 Started gh-pages branch diff --git a/index.html b/index.html new file mode 100644 index 0000000..ca21e7a --- /dev/null +++ b/index.html @@ -0,0 +1,140 @@ + + + + NimYAML - YAML Implementation in the Nim Programming Language + + + + +
+

NimYAML

+

YAML Implementation in the Nim Programming Language

+
+
+
+

NimYAML is a YAML + implementation in the Nim + programming language. It focuses on performance and completeness. + It features a sequential parser which can be used to process large + YAML (or JSON) streams without loading the complete data into memory. +

+
+
+

Testing Ground

+ + + + + + + + + + + + + +
InputOutput
+ + +
+
+                
+
+
+

Output style:

+
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+
+
+ + + \ No newline at end of file