8 ms·
Do you always make things about yourself? Have you written a parser or interpreter? You should, it’s an interesting exercise. The idea is to add meta tracing to
by throwaway1492 5mo ago
Do you always make things about yourself? Have you written a parser or interpreter? You should, it’s an interesting exercise. The idea is to add meta tracing to the interpreter (the c code) that allows hot paths to be compiled to machine code and be then executed instead of being interpreted.
- sgbeal 5mo ago> Do you always make things about yourself? That's an abrasive question but i dare say that we all do. It's our only constant point of reference. > Have you written a parser or interpreter? i have written many parsers, several parser generators, and a handful of programming languages. This article, however, covers a whole other level, way over my head (or well beyond any of my ambitions, in any case). Pics or it didn't happen: fossil.wanderinghorse.net/r/cwal