diff options
| author | Drahflow <drahflow@gmx.de> | 2013-03-01 16:20:59 +0100 |
|---|---|---|
| committer | Drahflow <drahflow@gmx.de> | 2013-03-01 16:20:59 +0100 |
| commit | 13ac51a7ba381fc02994b5b9580f7c6e755256ad (patch) | |
| tree | c4bbaf970754e06a6c16f2fb89e899518951efdb /examples | |
| parent | 3365f691362da7e7a9854c789ab1f7b49139e302 (diff) | |
Type abstraction begun
Diffstat (limited to 'examples')
| l--------- | examples/working-compiler/abstract-right.test | 1 | ||||
| -rw-r--r-- | examples/working/abstract-right.ey | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/examples/working-compiler/abstract-right.test b/examples/working-compiler/abstract-right.test new file mode 120000 index 0000000..74826e5 --- /dev/null +++ b/examples/working-compiler/abstract-right.test @@ -0,0 +1 @@ +../working/abstract-right.ey
\ No newline at end of file diff --git a/examples/working/abstract-right.ey b/examples/working/abstract-right.ey index aa92ba3..fb18a03 100644 --- a/examples/working/abstract-right.ey +++ b/examples/working/abstract-right.ey @@ -1 +1 @@ -0 3 range 5 add dump +0 3 range 5 add dump "test" dump |
