# llvm-c-kaleidoscope **Repository Path**: studvc/llvm-c-kaleidoscope ## Basic Information - **Project Name**: llvm-c-kaleidoscope - **Description**: An implementation of the Kaleidoscope language using Flex, Bison & the LLVM-C bindings. - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-01-05 - **Last Updated**: 2021-01-05 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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.