Files
wren/src
retoor 236d69c2d7
WrenCI / linux (push) Waiting to run
WrenCI / mac (push) Waiting to run
WrenCI / windows (push) Waiting to run
New modules.
2026-01-24 19:35:43 +01:00
..
2026-01-24 19:35:43 +01:00
2026-01-24 19:35:43 +01:00
2020-06-13 21:06:00 -07:00

This contains the Wren source code. It is organized like so:

  • cli: the source code for the command line interface. This is a custom executable that embeds the VM in itself. Code here handles reading command-line, running the REPL, loading modules from disc, etc.

  • module: the source code for the built-in modules that come with the CLI. These modules are written in a mixture of C and Wren and generally use libuv to implement their underlying functionality.