We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7813944 commit b9a0566Copy full SHA for b9a0566
titan-compiler/parser.lua
@@ -249,7 +249,7 @@ local grammar = re.compile([[
249
LPAREN^LParPList paramlist RPAREN^RParPList
250
rettypeopt block END^EndFunc) -> TopLevelFunc
251
252
- toplevelforeign <- (P FOREIGN FUNCTION^ForeignFunc NAME^NameFunc
+ toplevelforeign <- (P FOREIGN !IMPORT FUNCTION^ForeignFunc NAME^NameFunc
253
254
rettypeopt) -> TopLevelForeignFunc
255
0 commit comments