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 ;)
@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 :)