aboutsummaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorDrahflow <drahflow@gmx.de>2013-01-22 17:26:14 +0100
committerDrahflow <drahflow@gmx.de>2013-01-22 17:26:14 +0100
commit38c6689e33361193d3791a6fc6052824208c9cf7 (patch)
treea88cba212c663750240328eaadf3c1c6be82937d /examples
parent7c0bcd61637a6101edf9a424ab4c369502378752 (diff)
= now working
Diffstat (limited to 'examples')
l---------examples/working-compiler/array-list.test1
l---------examples/working-compiler/complex-exec.test1
-rw-r--r--examples/working/array-list.ey8
3 files changed, 5 insertions, 5 deletions
diff --git a/examples/working-compiler/array-list.test b/examples/working-compiler/array-list.test
new file mode 120000
index 0000000..d986d50
--- /dev/null
+++ b/examples/working-compiler/array-list.test
@@ -0,0 +1 @@
+../working/array-list.ey \ No newline at end of file
diff --git a/examples/working-compiler/complex-exec.test b/examples/working-compiler/complex-exec.test
new file mode 120000
index 0000000..29032a1
--- /dev/null
+++ b/examples/working-compiler/complex-exec.test
@@ -0,0 +1 @@
+../working/complex-exec.ey \ No newline at end of file
diff --git a/examples/working/array-list.ey b/examples/working/array-list.ey
index de34ad9..9a3f09a 100644
--- a/examples/working/array-list.ey
+++ b/examples/working/array-list.ey
@@ -6,14 +6,12 @@
}
{
- list dump
+ list
}
-> -- /dumpAll deff /append deff
-
-"here" dump
+> -- /content deff /append deff
3 append
4 append
5 append
-dumpAll
+content dump