language.txt contains the specification; scope list.txt is mostly irrelevant and contains some notes on the drafted memory structure of a code block. When I started out learning python, my first ...
The entire project architecture and the custom ASM language are currently being reworked. The current codebase will soon be moved to a branch named old. Expect breaking changes and significant ...
I have two brains for code. A compiler that interprets, and a designer that only sees structure. When code is messy, my designer blocks my compiler: refactor first, understand later. Principle of ...