mirror of
https://github.com/irmen/prog8.git
synced 2024-11-22 15:33:02 +00:00
2b8f613a00
Also improved error for invalid directive.
7 lines
118 B
Lua
7 lines
118 B
Lua
; Internal library routines - always included by the compiler
|
|
|
|
prog8_lib {
|
|
%option force_output, ignore_unused
|
|
|
|
}
|