@d6 I can't come on IRC at the moment, but I have a question, and I think you might be able to help.
It's probably very silly, but I need a second opinion, for a part of a routine that checks if two characters are whitespace ( char1 char2 -- f ):
Instead of:
#21 LTH SWP #21 LTH AND
Would it be safe to just do:
ORA #21 LTH
@neauoire @d6 on a tangential note, I recommend.you implement WITHIN from Forth 2012. It encodes "is in" and "not in" range checks. I found it invaluable for tokenizing in my Forth.