diff --git a/llvm/docs/GettingStarted.rst b/llvm/docs/GettingStarted.rst --- a/llvm/docs/GettingStarted.rst +++ b/llvm/docs/GettingStarted.rst @@ -824,7 +824,10 @@ - Demonstration of compiling BrainF language to LLVM assembly. - ExceptionDemo: Demo program showing implementation of LLVM exceptions and shows several test cases including the handling of foreign exceptions. - +- Kaleidoscope is a procedural language that allows you to define functions, + use conditionals, math, etc with simple syntax. + `Kaleidoscope Tutorial for complete beginner + `_. ``llvm/include`` ----------------