Uxntal Linter, written in Tal
Go to file
Devine Lu Linvega cc39476d46 Removed tailcall warnings 2022-05-26 20:27:51 -07:00
etc Added fast div/mod 2022-05-26 18:46:56 -07:00
src Removed tailcall warnings 2022-05-26 20:27:51 -07:00
.clang-format
.gitignore Added 2 tests 2021-08-22 19:38:00 -07:00
LICENSE
README.md Added fast div/mod 2022-05-26 18:46:56 -07:00
build.sh Ported to uxntal 2022-05-26 15:11:50 -07:00

README.md

Uxnlin

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

Build

You must have the Uxn assembler and emulator.

Usage

The following command will read a tal file and raise warnings if optimizations can be found.

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

TODOs

#12 STH -> LITr 12
#1234 -> LIT2r 1234

Extras