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.
- Host: GitHub
- URL: https://github.com/benbjohnson/llvm-c-kaleidoscope
- Owner: benbjohnson
- Created: 2012-05-05T17:22:37.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2017-02-01T19:16:21.000Z (over 9 years ago)
- Last Synced: 2025-03-15T23:56:14.477Z (over 1 year ago)
- Language: C
- Size: 160 KB
- Stars: 146
- Watchers: 5
- Forks: 25
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
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.