From fafdbb9e548869b991f5a3cb45ef1ecfbf168a03 Mon Sep 17 00:00:00 2001 From: d6 Date: Sun, 13 Nov 2022 13:01:36 -0500 Subject: [PATCH] update about --- about.txt | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/about.txt b/about.txt index 43b9d96..9afd3cb 100644 --- a/about.txt +++ b/about.txt @@ -5,10 +5,13 @@ this is a listing of various uxn projects i've worked on. FILENAME DESCRIPTION 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 +test-math32.tal used by test-math32.py to test math32.tal +test-math32.py python testing harness for math32.tal primes32.tal demo code to find 32-bit primes, shows off math32.tal -fix16.tal in-progress 16-bit fixed-point (8.8) support + +fix16.tal 16-bit fixed-point (8.8) support +test-fix16.tal used by test-fix16.py to test fix16.tal +test-fix16.py python testing harness for fix16.tal regex.tal library code to parse and match with regular expressions repl-regex.tal REPL to interactively play with regex.tal