Nested vectors are implemented, including parser and class nstio.
[Faustine.git] / examples / nstvector / nstvector.dsp
diff --git a/examples/nstvector/nstvector.dsp b/examples/nstvector/nstvector.dsp
new file mode 100644 (file)
index 0000000..a1dbb78
--- /dev/null
@@ -0,0 +1,8 @@
+time = (_, 1 : +)~_;
+a = _;
+b = _ : vectorize(3);
+c = _ : vectorize(3) : vectorize(4);
+
+process = _ : serialize <: a, b, c;
+//process = vectorize(1) : vectorize(2) : vectorize(2);
+//process = serialize;