Compiler stuff
3 Compiler stuff
3.1 What's Ksi?
Ksi is intermediate language that Gont compiler outputs. Ksi looks like Lisp, but is rather close to C in spirit. Ksi is compiled by
GCC
front end.
3.2 Does Gont compiler reconstruct types?
Nope. At least not yet.
Compiler stuff