/llvm-c-kaleidoscope

An implementation of the Kaleidoscope language using Flex, Bison & the LLVM-C bindings.

Primary LanguageC

llvm-c-kaleidoscope

An implementation of the Kaleidoscope language using Flex, Bison & the LLVM-C bindings. To build the tool, simply run:

$ make

And then run the Kaleidoscope REPL:

$ bin/kaleidoscope

Once the program has started, you can enter Kaleidoscope commands and see the results printed after each line.