So I'm writing a #compiler. No LLMs just my squishy brain and textbooks for the language #Oberon and docs for #llvm
This is a path well travelled but my trick is I'm keeping Professor Wirth's freely licensed original source and replacing only the code generation parts with calls to the llvm-c api.
So I guess I'm not even writing the compiler, I'm adapting it.
Huge thanks to obnc which translates oberon to c. When the translated compiler can compile itself I'll just stop using the translator.
