A high-performance interpreter for the esoteric programming language LOLCODE built entirely in Rust. This project provides a responsive Graphical User Interface (GUI) environment for writing and executing LOLCODE programs.
Before you begin, ensure you have the Rust Toolchain installed on your system.
The easiest way to install Rust is via rustup. You can find the installation guide on the official Rust website.
# Build the Project
cargo build --bin lolcode-gui --release
# The compiled binary will be located in the target/release/ directory.The GUI provides an integrated environment for development and execution.
To launch the GUI application, run the compiled binary directly:
# From the project root after running 'cargo build --bin lolcode-gui --release
# Linux
./target/release/lolcode-gui
# Windows
# Navigate to the directory containing the file and run the .exe
cd target/release
lolcode-gui.exe