iced depresso (icedquinn@blob.cat)'s status on Sunday, 07-Apr-2024 03:51:47 JST
-
Embed this notice
iced depresso (icedquinn@blob.cat)'s status on Sunday, 07-Apr-2024 03:51:47 JST iced depresso @lizzie the c parser is notoriously inefficient because you have to build a parse tree and then resolve ambiguities afterward.
contrast to things like pascal, or go (which is a spiritual successor to C), where you can pretty much sweep the program in one pass.