projects
/
Faustine.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Nested vectors are implemented, including parser and class nstio.
[Faustine.git]
/
examples
/
nstvector
/
nstvector.dsp
1
time = (_, 1 : +)~_;
2
a = _;
3
b = _ : vectorize(3);
4
c = _ : vectorize(3) : vectorize(4);
5
6
process = _ : serialize <: a, b, c;
7
//process = vectorize(1) : vectorize(2) : vectorize(2);
8
//process = serialize;