add sharemap , an example of stm

This commit is contained in:
Cloud Wu
2015-02-28 16:42:47 +08:00
parent 688cc843ce
commit 9a6e26db96
5 changed files with 150 additions and 7 deletions

5
test/sharemap.sp Normal file
View File

@@ -0,0 +1,5 @@
.foobar {
x 0 : integer
y 1 : integer
s 2 : string
}