add fix16.tal

This commit is contained in:
~d6 2022-03-13 23:24:35 -04:00
parent 433c6044e9
commit 42922ab53e
2 changed files with 2 additions and 1 deletions

View File

@ -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

View File

@ -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