Back to Projects
Brainrot Programming Language - Image 1
Compiler Design

Brainrot Programming Language

C Language C LanguageCompiler Design Compiler DesignLexer/Parser Lexer/Parser

About This Project

An esoteric programming language (esolang) built from scratch in C, integrating modern internet culture and meme terminology into a functional programming syntax.

The project includes a complete language implementation with custom lexer, parser, and interpreter. The language supports all essential programming constructs: variable declarations, arithmetic operations, conditional statements, loops, and logical operations—all expressed through unconventional, meme-inspired keywords.

Available as an npm package for easy installation and usage. This project explores the fundamentals of compiler design while adding a creative, humorous twist to programming.