Conversation
Notices
-
Embed this notice
iced depresso (icedquinn@blob.cat)'s status on Sunday, 07-Apr-2024 03:48:11 JST iced depresso we need a like Super C and its just C with a sane syntax (that means no symbol table shit) and it doesn't do anything more than C it just does it really cleanly.
then we like, build all our other shit on top of that.-
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. -
Embed this notice
Lizzie (lizzie@brain.worm.pink)'s status on Sunday, 07-Apr-2024 03:51:51 JST Lizzie @icedquinn wait why no symbol table?
-
Embed this notice
iced depresso (icedquinn@blob.cat)'s status on Sunday, 07-Apr-2024 03:54:45 JST iced depresso @lizzie no i just want to fix the syntax and then normalize transpiling everything to super c lol -
Embed this notice
Lizzie (lizzie@brain.worm.pink)'s status on Sunday, 07-Apr-2024 03:54:49 JST Lizzie @icedquinn oh i thought you meant no symbol table in the object files and i was very confused
-
Embed this notice
iced depresso (icedquinn@blob.cat)'s status on Sunday, 07-Apr-2024 04:15:16 JST iced depresso @lizzie they're not really as advanced as dedicated c compilers, nor are they a particularly common language. (also the c stuff does convert to ssa these days.) -
Embed this notice
Lizzie (lizzie@brain.worm.pink)'s status on Sunday, 07-Apr-2024 04:15:21 JST Lizzie @icedquinn whats wrong with qbe/something else ssa-based?
-
Embed this notice