mirror of
https://github.com/notwa/lips
synced 2024-11-14 15:09:02 -08:00
fix incbin parsing again
This commit is contained in:
parent
3c1cbf0901
commit
ad0269cc61
1 changed files with 1 additions and 0 deletions
|
@ -329,6 +329,7 @@ function Lexer:lex_include_binary(_yield)
|
|||
local data = util.readfile(fn, true)
|
||||
_yield('DIR', 'BIN', fn, 0)
|
||||
_yield('STRING', data, fn, 0)
|
||||
_yield('EOF', self.EOF, self.fn, self.line)
|
||||
end
|
||||
|
||||
function Lexer:lex_expression(yield)
|
||||
|
|
Loading…
Reference in a new issue