lit-x86
lit-x86 copied to clipboard
Lit is a programming language designed fast & light weight with LLVM
** Lit has stoped development **
Language Wiki
- Please look at Wiki.
Try it on Docker
$ docker build -t="lit-lang" .
$ docker run -i -t "lit-lang"
Build
-
Lit generates native codes with LLVM.
-
When you build, need LLVM and Clang.
-
LLVM Core (== 3.5) (detail in Dockerfile)
-
make
$ make test
$ ./lit -h # -h option shows helps
License
- Unlicense(Pubilc Domain!)