From d7fbde238c596c3f7cbc5471a0efb32481bdf6b8 Mon Sep 17 00:00:00 2001 From: Drahflow Date: Wed, 23 Jan 2013 01:56:25 +0100 Subject: Thinner scope handling when necessary Functions without own scope don't unneccesary save the current scope. This makes < > possible. Also: dearray implemented --- examples/working-compiler/fib.test | 1 + 1 file changed, 1 insertion(+) create mode 120000 examples/working-compiler/fib.test (limited to 'examples/working-compiler/fib.test') diff --git a/examples/working-compiler/fib.test b/examples/working-compiler/fib.test new file mode 120000 index 0000000..f4d924e --- /dev/null +++ b/examples/working-compiler/fib.test @@ -0,0 +1 @@ +../working/fib.ey \ No newline at end of file -- cgit v1.2.3