9b498b4638b2b6361ec56ef9d1cc505462c122e6
In `getNumArguments`, add a `return 0` after the `UNREACHABLE()` default case to prevent undefined behavior when assertions are disabled. In `wrenGetClass`, reorder the `UNREACHABLE()` macro before the `return NULL` so the unreachable annotation is always emitted. In `runInterpreter`, replace the `ASSERT(0, ...)` with an explicit `UNREACHABLE()` and `return false` to guarantee a return value on all control paths when the interpreter exits unexpectedly.
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%