Skip to content

Commit 42f0e65

Browse files
committed
finish lua refactor
1 parent 5d311a2 commit 42f0e65

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

source/stackCheck.d

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,10 @@ class StackChecker {
7474
}
7575
}
7676

77+
// TODO: do this depending on backend
78+
// doesn't matter much because if you misuse it then it will error on
79+
// the compiler stage
80+
identifiers ~= Identifier("core", "__LUA_EXCEPTION");
7781
identifiers ~= [Identifier("core", "true"), Identifier("core", "false")];
7882
}
7983

0 commit comments

Comments
 (0)