Make a stub for compiler.c

This commit is contained in:
2026-06-08 22:09:15 +03:00
parent be75ccd6f8
commit 847c5c8afa
10 changed files with 475 additions and 155 deletions

View File

@@ -38,6 +38,10 @@ typedef enum noom_LuaType {
typedef enum noom_Exit {
NOOM_OK = 0,
NOOM_PLEASEHELPMEIAMSCARED,
NOOM_IAMNOTSCAREDJUSTLAZYTHISTIME,
// unknown internal error
NOOM_EINTERNAL,
NOOM_YIELD,
// out of memory
NOOM_ENOMEM,