Skip to content

maekawatoshiki/lit-x86

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

** 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!)