c9d57a17d89a617a7e149c0555fd64601ba2bd5f
Introduce a Makefile providing convenience targets for building the wren interpreter from source, cleaning build artifacts, running tests, generating documentation, and building the core library. The default target compiles all C sources under src/ with headers from include/, places the resulting binary in build/Release/, and ensures the output directory exists.
refactor: consolidate type-check helpers into generic wrenIsObjType and validate IS operand is class
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%