Uxnfor is a formatter for Uxntal.
The formatter expects a specific style of Uxntal source, sometimes called Drifblim-style, it has the following particularities:
- Comments that should be on their own line begin with a ( | pipe ).
- Routines that consume all their arguments from the stack are <wrapped> inside angle brackets.
- Subroutines without an arity definition will be inlined
- Tokens inside square brackets will be formatted as blocks of binary data.
- The zero-page is indicated by |000, the one-page is indicated by |100.
- Nesting routines are indicated by &>loop.
Source
uxnasm uxnfor.tal uxnfor.rom view raw
incoming uxntal software uxntal devlog