KokaKiwi/ecma-llvm
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
A small pseudo-ECMAScript (more Javascript) compiler. It's not targeted to be a fully-featured JS compiler, it's more a test of the LLVM library. Requirements: - CMake (Building tools): http://www.cmake.org/ - LLVM libraries (LLVM IR code generation): http://llvm.org/ - Ragel (Lexer generating): http://www.complang.org/ragel/ - Lemon (Parsing generating): http://www.hwaci.com/sw/lemon/ Links: - Castel language (by the guy who introduced me to LLVM :D): http://castel.github.com/