1
0
forked from Mirror/wren
Bob Nystrom 157944aa27 Get closures working!
In the process, I had to change the grammar. There is now a strong
separation between statements and expressions. The code was just wrong
before when it popped locals at the end of a block scope because there
could be temporaries on the stack if the block was in expression
position. This fixes that.

Still need to implement closing over `this`.
2013-12-04 07:43:50 -08:00
2013-12-01 09:54:51 -08:00
2013-11-17 08:55:04 -08:00
2013-12-04 07:43:50 -08:00
2013-12-04 07:43:50 -08:00
2013-12-04 07:43:50 -08:00
2013-11-29 16:20:44 -08:00
2013-11-21 21:41:44 -08:00
2013-12-01 09:54:51 -08:00
2013-11-10 11:12:38 -08:00
2013-11-09 21:32:57 -08:00
Description
The Wren Programming Language. Wren is a small, fast, class-based concurrent scripting language.
MIT 12 MiB
Languages
Wren 84.3%
C 10.7%
Makefile 1.8%
Python 1.6%
Dart 0.6%
Other 0.9%