mirror of
https://github.com/irmen/prog8.git
synced 2024-11-24 13:32:28 +00:00
14 lines
230 B
Lua
14 lines
230 B
Lua
; all library modules for the atari compiler target
|
|
|
|
%import anyall
|
|
%import buffers
|
|
%import compression
|
|
%import conv
|
|
%import cx16logo
|
|
%import math
|
|
%import prog8_lib
|
|
%import strings
|
|
%import syslib
|
|
%import test_stack
|
|
%import textio
|