Skip to content

Latest commit

ย 

History

History
42 lines (27 loc) ยท 1.19 KB

File metadata and controls

42 lines (27 loc) ยท 1.19 KB

๐Ÿ˜น LOLCODE Interpreter

Screenshot of a dark mode IDE

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.

๐Ÿ› ๏ธ Prerequisites


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.

๐Ÿš€ Installation and Setup


# Build the Project
cargo build --bin lolcode-gui --release
# The compiled binary will be located in the target/release/ directory.

๐Ÿ˜ธ Run the Program


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