Kaleidoscope
0.0
Kaleidoscope Language.
|
Kaleidoscope is an implementation of the Kaleidoscope language, following the tutorial here: https://llvm.org/docs/tutorial/MyFirstLanguageFrontend
A convenience build script is provided at the root of the repository for building all targets, and optionally installing to a location:
To build documentation for Kaleidoscope, set the cmake option BUILD_DOCUMENTATION="ON"
when configuring cmake.
The libraries and programs are organized under src/
.
The Kaleidoscope project is hosted on GitHub: https://github.com/moddyz/Kaleidoscope.