diff options
| author | Drahflow <drahflow@gmx.de> | 2013-01-23 01:56:25 +0100 |
|---|---|---|
| committer | Drahflow <drahflow@gmx.de> | 2013-01-23 01:56:25 +0100 |
| commit | d7fbde238c596c3f7cbc5471a0efb32481bdf6b8 (patch) | |
| tree | 988353c9d4dcd64f9f57a93bea60a962f588e04e /examples/working-compiler/scope.test | |
| parent | e5b6407246b3fd64014f92e80679274cb1a7bfde (diff) | |
Thinner scope handling when necessary
Functions without own scope don't unneccesary save
the current scope. This makes < > possible.
Also: dearray implemented
Diffstat (limited to 'examples/working-compiler/scope.test')
| l--------- | examples/working-compiler/scope.test | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/working-compiler/scope.test b/examples/working-compiler/scope.test new file mode 120000 index 0000000..3fc0fb0 --- /dev/null +++ b/examples/working-compiler/scope.test @@ -0,0 +1 @@ +../working/scope.ey
\ No newline at end of file |
