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
S
Description
Highly customized version of the wren programming language. It has all the modules that you would expect in a std library including http, websockets, sqlite3 and jinja-like templating engine. The idea is to make it suitable for web development.
22 MiB
Languages
HTML 50%
C 22.2%
PHP 13.4%
C++ 6%
Makefile 2.9%
Other 5.5%