mirror of
https://github.com/irmen/prog8.git
synced 2024-11-22 00:31:56 +00:00
4bdabe1961
sorted the command line options alphabetically
11 lines
178 B
Lua
11 lines
178 B
Lua
; all library modules for the atari compiler target
|
|
|
|
%import anyall
|
|
%import buffers
|
|
%import compression
|
|
%import conv
|
|
%import math
|
|
%import prog8_lib
|
|
%import string
|
|
%import syslib
|