Files
wren/util
Bob Nystrom ab10e3248c feat: switch CI targets from test to api_test and add path resolution for relative imports
Replace the `test` make target with `api_test` in all CI build configurations (32/64-bit, debug/release, C/C++). Introduce a new `Path` abstraction with normalization, directory detection, and realpath resolution to support relative module imports (e.g., `"./cthulu"`). Update `runFile` and `runRepl` to return `WrenInterpretResult` instead of void, enabling proper exit codes on compile/runtime errors. Add `stat.h` for cross-platform file mode macros and a `wrenModulesDirectory` path for future package imports.
2018-07-16 14:00:08 +00:00
..