aboutsummaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorDrahflow <drahflow@gmx.de>2013-02-01 16:49:55 +0100
committerDrahflow <drahflow@gmx.de>2013-02-01 16:49:55 +0100
commitff9524395821632b35481009e20504382c66b64e (patch)
tree85e81f05aefa2619d64cd9d2e352a87ef9917da0 /examples
parent5c1b00b476b3fed6852426c2d3535848a1c68aef (diff)
io.ey
* syscalls * minimal string library * compiled client library * file handling
Diffstat (limited to 'examples')
l---------examples/working-compiler/elymasLexer.ey1
-rw-r--r--examples/working-compiler/syscall.test (renamed from examples/working-compiler/syscall.ey)0
-rw-r--r--examples/working/strcat.ey2
3 files changed, 3 insertions, 0 deletions
diff --git a/examples/working-compiler/elymasLexer.ey b/examples/working-compiler/elymasLexer.ey
new file mode 120000
index 0000000..050f21f
--- /dev/null
+++ b/examples/working-compiler/elymasLexer.ey
@@ -0,0 +1 @@
+../../compiler/elymasLexer.ey \ No newline at end of file
diff --git a/examples/working-compiler/syscall.ey b/examples/working-compiler/syscall.test
index dec484a..dec484a 100644
--- a/examples/working-compiler/syscall.ey
+++ b/examples/working-compiler/syscall.test
diff --git a/examples/working/strcat.ey b/examples/working/strcat.ey
new file mode 100644
index 0000000..c3c187a
--- /dev/null
+++ b/examples/working/strcat.ey
@@ -0,0 +1,2 @@
+"abc" "def" cat
+4 "abcdef" str .postfix die