File tree Expand file tree Collapse file tree 1 file changed +2
-6
lines changed
Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -8,18 +8,14 @@ but are useful scripts that can be used with any Lua 5.4 compatible interpreter.
88The scripts range from simple demos to clones of unix utilities,
99which can be particularly useful on platforms that have no native equivalent.
1010
11- Unfortunately, some scripts have been squashed
12- so they can all fit in the size limits of a floppy disk,
13- which can cause unintentional obfuscation of code.
14- Unit tests and separate documentation have been created
15- in these instances to make sure the script works as intended.
11+ Most scripts have a unit test to make sure they work as intended.
1612
1713The scripts are split into the following folders:
1814
1915| Folder Name | Description |
2016| ------------------| --------------------------------------------------------------------------------------------------------------------------|
2117| [ bench] ( ./bench ) | Contains symbolic links to each script that is needed to run every benchmark in ` BENCH.LUA ` |
2218| [ core] ( ./core ) | Scripts that go in all distributions of Lua for Watcom, namely included in the 160K floppy disk image for really old PCs |
23- | [ test] ( ./test ) | Unit tests and/or documentation for scripts |
19+ | [ test] ( ./test ) | Unit tests |
2420| [ util] ( ./util ) | Scripts that help with the build process of Lua for Watcom but aren't included on any disk |
2521| [ 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