LLVM ist a mess
LLVM ist a mess
Posted Mar 18, 2024 19:57 UTC (Mon) by Cyberax (✭ supporter ✭, #52523)In reply to: LLVM ist a mess by paulj
Parent article: Cranelift code generation comes to Rust
Writing a "toy C" compiler had been a course project in my university. It was C with most of its functionality, except things that are baffling, like syntactic ambiguity between function pointers and definitions, dangling else, etc.
It really is not a hard problem. Annoying and somewhat long, but not hard.
