User:Kjam

From OSDev Wiki
Jump to navigation Jump to search

I'm working on a compiler for compiled statically type programming language, which , I hope, one day will become a heart of revolutionary OS.

I'm using ANTLR3 with custom code generation target for prototyping parser, LLVM for mid-end and back-end, and the heart of the compiler is a semantical analyzer written in C++.