Source
- URL: https://x.com/VPCOMPRESSB/status/1991383117571957052
- Author: /i:‘mɪər/ (@VPCOMPRESSB)
- Posted: 2025-11-20 05:48:27
Thread
1/ @VPCOMPRESSB
no Tokens and no ASTs. (easier because its Forth-like).
all i’m doing is transforming the source directly via byte shuffling and bit magic, and its parallelizable at a per-byte basis [theoretically, because i have yet to try that out].
code is awful because i’m using Java as if it’s C, and it isn’t optimized (plenty of optimizations that i’ve setup) nor cleaned.
the <> represents NULL. (this was debugged with print 🙂).