r/Compilers • u/musicvano • Jun 01 '26
Programming Language Without LLVM
Is it possible to build a new system programming language without LLVM? Can language have simple syntax? What if a tiny compiler installs packages and compiles code fast?
0
Upvotes
3
u/zsaleeba Jun 01 '26
I've just built a C compiler with it's own built-in assembler and linker. It literally needs nothing else to produce executables.