diff options
| author | Drahflow <drahflow@gmx.de> | 2013-01-23 10:02:54 +0100 |
|---|---|---|
| committer | Drahflow <drahflow@gmx.de> | 2013-01-23 10:02:54 +0100 |
| commit | aba7b3fa8bd92c66760009d0a2762df3539c36cd (patch) | |
| tree | 923c57882554805ce85516b516ac536ea1847167 /examples/working-compiler | |
| parent | d7fbde238c596c3f7cbc5471a0efb32481bdf6b8 (diff) | |
dom, rep, =[] done
dom now correctly calls .dom on structs
rep loops 0 times, not 2^64 times when called with 0
=[] implemented
Diffstat (limited to 'examples/working-compiler')
| l--------- | examples/working-compiler/array-assign.test | 1 | ||||
| l--------- | examples/working-compiler/dom.test | 1 | ||||
| l--------- | examples/working-compiler/qsort.test | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/examples/working-compiler/array-assign.test b/examples/working-compiler/array-assign.test new file mode 120000 index 0000000..67d7f95 --- /dev/null +++ b/examples/working-compiler/array-assign.test @@ -0,0 +1 @@ +../working/array-assign.ey
\ No newline at end of file diff --git a/examples/working-compiler/dom.test b/examples/working-compiler/dom.test new file mode 120000 index 0000000..4a02d38 --- /dev/null +++ b/examples/working-compiler/dom.test @@ -0,0 +1 @@ +../working/dom.ey
\ No newline at end of file diff --git a/examples/working-compiler/qsort.test b/examples/working-compiler/qsort.test new file mode 120000 index 0000000..73d3b70 --- /dev/null +++ b/examples/working-compiler/qsort.test @@ -0,0 +1 @@ +../working/qsort.ey
\ No newline at end of file |
