hotdogking2007 / KhannopinolaLang

Khannopinola is an easy to use object-oriented programming language compiled with LLVM.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

KhannopinolaLang

import "khan"

func main() int {
    khan.printfln("hello, world!")
    return 0;
}

hannopinola is an easy to use object-oriented programming language compiled with LLVM.

It is still planned and under development.

TODO

  • lexer...

  • ast...

  • compiler...

  • main library...

  • specific plan...

About

Khannopinola is an easy to use object-oriented programming language compiled with LLVM.

License:MIT License


Languages

Language:Go 100.0%