samples/hello.yml2
changeset 0 76005e62091d
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/samples/hello.yml2	Mon Jul 11 23:15:28 2016 +0200
@@ -0,0 +1,11 @@
+decl hello(dingens) alias blub:DingensBlubber {
+    something {
+        special {
+            content;
+        }
+    }
+};
+
+hello 42 {
+    world;
+}