Files
wren/builtin
Bob Nystrom e861b86563 Revert 40897f3348.
It leaks memory in the case of runtime errors.
2015-05-19 06:50:17 -07:00
..
2015-05-19 06:50:17 -07:00
2015-04-03 21:22:58 -07:00
2014-02-04 08:44:59 -08:00

The Wren scripts in this directory get converted to C string literals and then inserted into their respective .c files so that the interpreter can load them directly without having to do any file IO.

The script that does this copying is script/generate_builtins.py.

You can invoke using make builtin.