awlite

POSIX AWK port of Text Elite game
git clone git://git.luxferre.top/awlite.git
Log | Files | Refs | README

commit 026c365e50d9e602a5ec22501eb016a3ae515345
parent a981a3a310de1a8745cc739fb8d69add3a0f5e84
Author: Luxferre <lux@ferre>
Date:   Mon, 22 Jan 2024 22:09:43 +0200

updated readme a bit

Diffstat:
MREADME | 7+++----
1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/README b/README @@ -108,10 +108,9 @@ instead of hexadecimal as POSIX AWK does not support hex literals. Because awlite is versioned in terms of functionality. A direct one-to-one port would have the same 1.5 version, and every slight improvement adds a new -subversion, i.e. bumps the version number by 0.0.1. Stable subversions tend to -have even numbers, testing subversions tend to have odd numbers. Also, every -new command set implementation bumps the version number by 0.1, indicating -that it's no longer fully command-to-command compatible with the previous one. +subversion, i.e. bumps the version number by 0.0.1, whereas every new command +set implementation bumps the version number by 0.1, indicating that it's no +longer fully command-to-command compatible with the previous one. The first published awlite version was 1.5.8, meaning 8 minor improvements. - How large is awlite?