mirror of
https://github.com/wren-lang/wren.git
synced 2026-01-11 22:28:45 +01:00
Since we don't have custom interpolaters yet, this isn't exposed to the user in any way, but that will come next. Also added some more tests and explicitly limit the amount of interpolation nesting.
The Wren scripts in this directory get converted to C string literals into files
with a .wren.inc extension. Those are then #included 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 translation is util/wren_to_c_string.py.
When any of the ".wren" files in here are changed, the Makefile automatically updates the generated C headers.