I never like Postal code when it starts using words. Every function registers as an operator to me
I've lowered the line count by a nice amount by moving all the builtin macros to imports. So I now have 50 lines to tinker withIt'll be over my dead body that this compiler which has shrunk down by 50 lines to 248 today will go over 300And 3 of those line are dead blanksAnd since builtin array access is pending, I may lose another 9 lines as array access moves towards macro implementationSo that means that I can drop to 236 lines, giving me 64 lines to spareDown to 233 lines nowUnless I get into writing an optimizer. Though perhaps I could use a peephole system and export that to an external file also. Tailcall recursion in Postal is a single goto, but I'd have to do flow analysis to always catch it