This is the Linux app named Kaleidoscope whose latest release can be downloaded as kaleidoscopesourcecode.tar.gz. It can be run online in the free hosting provider OnWorks for workstations.
Download and run online this app named Kaleidoscope with OnWorks for free.
Follow these instructions in order to run this app:
- 1. Downloaded this application in your PC.
- 2. Enter in our file manager https://www.onworks.net/myfiles.php?username=XXXXX with the username that you want.
- 3. Upload this application in such filemanager.
- 4. Start the OnWorks Linux online or Windows online emulator or MACOS online emulator from this website.
- 5. From the OnWorks Linux OS you have just started, goto our file manager https://www.onworks.net/myfiles.php?username=XXXXX with the username that you want.
- 6. Download the application, install it and run it.
SCREENSHOTS:
Kaleidoscope
DESCRIPTION:
This repository is a Haskell port of the classic LLVM “Kaleidoscope” tutorial that walks you through building a tiny programming language from scratch. It covers the complete pipeline: tokenizing and parsing a simple, expression-oriented language, constructing an AST, and generating LLVM IR with a JIT so you can execute code interactively. Along the way it adds language features like user-defined functions, conditionals, loops, and operator precedence, demonstrating how each addition impacts parsing and codegen. Because it uses Haskell idioms, the code clearly separates pure syntax handling from effectful JIT operations, making the architecture easy to reason about. The examples double as a hands-on introduction to LLVM’s APIs without drowning you in infrastructure. As a result, the project is both a compact compiler course and a practical template for experimenting with language design in Haskell.
Features
- Simple parser / lexer for the language grammar
- AST representation and semantic analysis
- Expression evaluation with variables, functions, control flow
- Integration with LLVM IR emission
- JIT compilation and execution via LLVM engine
- Examples and tutorial code demonstrating incremental compiler design
Programming Language
Haskell
Categories
This is an application that can also be fetched from https://sourceforge.net/projects/kaleidoscope.mirror/. It has been hosted in OnWorks in order to be run online in an easiest way from one of our free Operative Systems.