An open API service indexing awesome lists of open source software.

https://github.com/benbjohnson/llvm-c-kaleidoscope

An implementation of the Kaleidoscope language using Flex, Bison & the LLVM-C bindings.
https://github.com/benbjohnson/llvm-c-kaleidoscope

Last synced: 12 months ago
JSON representation

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

Awesome Lists containing this project

README

          

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.