lexer, parser: pass around lua version

This commit is contained in:
2026-04-19 17:07:05 +02:00
parent 92b85584c1
commit 1807520170
6 changed files with 23 additions and 11 deletions

8
src/noom.h Normal file
View File

@@ -0,0 +1,8 @@
typedef enum noom_LuaVersion {
NOOM_VERSION_51,
NOOM_VERSION_52,
NOOM_VERSION_53,
NOOM_VERSION_54
} noom_LuaVersion;