Skip to content

zatrodev/lolcode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

66 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

😹 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

About

An interpreter for LOLCode built in Rust.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages