From 42922ab53e8e6ca4c6014a44dda0ae9007b80b34 Mon Sep 17 00:00:00 2001 From: d6 Date: Sun, 13 Mar 2022 23:24:35 -0400 Subject: [PATCH] add fix16.tal --- about.txt | 1 + mksite.sh | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/about.txt b/about.txt index 65a3363..bcf0981 100644 --- a/about.txt +++ b/about.txt @@ -8,6 +8,7 @@ math32.tal unsigned 32-bit math routines, fairly complete and tested test-math32.tal used by tester.py to test math32.tal tester.py python testing harness primes32.tal demo code to find 32-bit primes, shows off math32.tal +fix16.tal in-progress 16-bit fixed-point (8.8) support regex.tal library code to parse and match with regular expressions repl-regex.tal REPL to interactively play with regex.tal diff --git a/mksite.sh b/mksite.sh index cfd7e14..c1a644e 100755 --- a/mksite.sh +++ b/mksite.sh @@ -1,6 +1,6 @@ #!/bin/sh -for NAME in about.txt math32.tal test-math32.tal tester.py primes32.tal regex.tal repl-regex.tal test-regex.tal grep.tal femto.tal femto.txt femto rainbow.tal drums.tal drums2.tal bfloat16.tal fixed.tal tal-mode1.png tal.nanorc; do +for NAME in about.txt math32.tal test-math32.tal tester.py primes32.tal regex.tal repl-regex.tal test-regex.tal grep.tal femto.tal femto.txt femto rainbow.tal drums.tal drums2.tal bfloat16.tal fix16.tal fixed.tal tal-mode1.png tal.nanorc; do echo "-> $NAME" cp $NAME /var/www/plastic-idolatry.com/html/erik/nxu done