diff options
| author | Drahflow <drahflow@gmx.de> | 2013-05-08 00:42:13 +0200 |
|---|---|---|
| committer | Drahflow <drahflow@gmx.de> | 2013-05-08 00:42:13 +0200 |
| commit | 2b291f1d8225b24a712e370cb04e14f781aa6925 (patch) | |
| tree | f85148d8a3ebbadc84f32f75389c90134b08ed83 /examples | |
| parent | f8829628294ca04cfceba4541fa0529fcf5aab11 (diff) | |
Towards freezing into ELF-binaries
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/non-working/freeze.ey | 3 | ||||
| -rw-r--r-- | examples/working-compiler/stringassign.ey | 3 |
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 |
