aboutsummaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
Diffstat (limited to 'examples')
-rw-r--r--examples/non-working/freeze.ey3
-rw-r--r--examples/working-compiler/stringassign.ey3
2 files changed, 6 insertions, 0 deletions
diff --git a/examples/non-working/freeze.ey b/examples/non-working/freeze.ey
new file mode 100644
index 0000000..76d7c0c
--- /dev/null
+++ b/examples/non-working/freeze.ey
@@ -0,0 +1,3 @@
+{
+ "Ohai!" die
+} "freeze.bin" sys .freeze
diff --git a/examples/working-compiler/stringassign.ey b/examples/working-compiler/stringassign.ey
new file mode 100644
index 0000000..28eb4bd
--- /dev/null
+++ b/examples/working-compiler/stringassign.ey
@@ -0,0 +1,3 @@
+"foo" ==f
+64 1 f =[]
+f dump