add fix16.tal
This commit is contained in:
parent
433c6044e9
commit
42922ab53e
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue