File tree Expand file tree Collapse file tree 2 files changed +17
-2
lines changed
Expand file tree Collapse file tree 2 files changed +17
-2
lines changed Original file line number Diff line number Diff line change @@ -12,8 +12,8 @@ Pre-compiled builds are available on the
1212[ Release] ( https://github.com/Lethja/lua-watcom/releases/latest ) page.
1313
1414### Files
15- There are two zips available for download in each release.
16- Which one you should download depends on how you plan to use the software.
15+ There are two zips available for download in each release;
16+ which one you should download depends on how you plan to use the software.
1717Both zips contain binaries for all listed platforms.
1818See [ Binary Native Targets] ( #binary-native-targets )
1919and [ Binary Compatibility Matrix] ( #binary-compatibility-matrix )
Original file line number Diff line number Diff line change 1+ These Lua scripts are distributed with Lua for Watcom.
2+ Some are simple demos while others are clones of utilities
3+ that are particularly useful on platforms that have no native equivalent.
4+
5+ Unfortunately, to ensure all scripts can fit on a floppy disk,
6+ several scripts have been squashed to the point of unintentional obfuscation.
7+ To rectify this, markdown files with the same name will document functions and
8+ variables.
9+
10+ The scripts are split into the following folders:
11+
12+ | Folder Name | Description |
13+ | ----------------| ---------------------------------------------------------------------------------------|
14+ | [ core] ( ./core ) | Scripts that go in all distribution, namely included in the 160K floppy disk image |
15+ | [ xtra] ( ./xtra ) | Extra scripts that are omitted from the 160K floppy disk image duo to space constants |
You can’t perform that action at this time.
0 commit comments