DEV Community

Discussion on: What was your win this week?

Collapse
 
green726 profile image
Milan Lustig

I was able to get parsing and LLVM IR generation for printing/functions/function calls working in the language that I am making(HISS). I am writing it in c# using LLVMSharp, and this was a big win because it proves that the compiled code can run and call the c standard library.