Email or username:

Password:

Forgot your password?
Devine Lu Linvega

The #uxntal type-checker can now be used inline, along with any other gizmos you're already using for development, like a linter.

source: git.sr.ht/~rabbits/uxnbal
download(2600 bytes): rabbits.srht.site/uxnbal/uxnba
docs: wiki.xxiivv.com/site/uxntal_ty

7 comments
R. L. Dane :debian: :openbsd:

@neauoire

Have you considered adding full-line comments to uxnasm?

I saw some forth code in FreeBSD and noticed that backslashes (\) were used as comments (like # in shell or // in C++)

I thought I might just add a simple bash preprocessor to strip out extra comments before the code gets sent to uxnasm.

... when I finally get some time to work on it. XD
Too busy. I need to find a boat or something, lol ;)

Devine Lu Linvega

@RL_Dane I never really use them, I find they add too much noise. No need to add a preprocessord, you could modify drifblim directly to implement it if you need. It wouldn't be more than 8-9 words extra :)

Go Up