~rabbits/uxnfor

Uxntal formatter, written in Tal
Added more tests
Better stream implementation
Process target test file

refs

main
browse  log 

clone

read-only
https://git.sr.ht/~rabbits/uxnfor
read/write
git@git.sr.ht:~rabbits/uxnfor

You can also use your local clone with git send-email.

#Uxnfor

A formatter for the Uxntal programming language, written in Uxntal.

#Build

You must have the Uxn assembler and emulator.

uxnasm src/uxnfor.tal bin/uxnfor.rom

#Usage

The following command will read a tal file and format and overwrite it.

uxncli bin/uxnfor.rom path/to/source.tal

#Extras