Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 348 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 348 Bytes

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.