Private
Public Access
1.0 KiB
1.0 KiB
← Back to Twitter thread index
title: "no Tokens and no ASTs. (easier because its Forth-like)." author: "/i:'mɪər/" handle: "@VPCOMPRESSB" post_url: "https://x.com/VPCOMPRESSB/status/1991383117571957052?s=20" post_id: "1991383117571957052" timestamp: "2025-11-20 05:48:27" post_count: 1 reply_count: 0 repost_count: 0 like_count: 4 view_count: 292
@VPCOMPRESSB — no Tokens and no ASTs. (easier because its Forth-like).
Post 1 (2025-11-20 05:48:27)
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 🙂).


