Skip to content

Commit f79f7f1

Browse files
committed
Remove the paragraph about squashed scripts from README.md as it's no longer true thanks to SQUISH.LUA
1 parent 87788bf commit f79f7f1

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

README.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,18 +8,14 @@ but are useful scripts that can be used with any Lua 5.4 compatible interpreter.
88
The scripts range from simple demos to clones of unix utilities,
99
which 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

1713
The 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 |

0 commit comments

Comments
 (0)