nxu/about.txt

28 lines
1.1 KiB
Plaintext

some uxn projects
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
primes32.tal demo code to find 32-bit primes, shows off math32.tal
regex.tal library code to parse and match with regular expressions
repl-regex.tal REPL to interactively play with regex.tal
test-regex.tal some testing code for regex.tal
grep.tal very simple grep program using regex.tal
femto.tal very early work-in-progress terminal-based editor
femto.txt progress and documentation for femto
femto launcher shell script for femto.tal
rainbow.tal demo to draw ANSI colors directory to the terminal
drums.tal very simple drum machine (non-interactive)
drums2.tal aleatoric version of drums.tal that adds random hits
bfloat16.tal very early/wip bfloat16 implementation
fixed.tal very incomplete fixed-point (8.8) implementation