Welcome to my experimental project repository! In this project I mess around with the Python pre-processor Pygyat
and the C-based Brainrot language
, just for fun and learning. (and any other brainrot language I can find)
- pygyat-projects: This part of the project uses the Pygyat library and explore it's functionalities.
- brainrot-projects: This part includes the Brainrot language implementations.
- Python 3.12 or higher
- C Compiler (like
gcc
) - Make (for building C projects)
- Brainrot interpreter (for interpreting brainrot files)
- Pygyat preprocessor (to process pygyat files)
-
Clone this repository:
git clone https://github.com/anuja-rahul/brainrot-lang.git cd brainrot-lang
-
Create and activate a virtual environment:
cd pygyat-projects python3 -m venv venv source venv/bin/activate
-
Install Pygyat:
pip install pygyat
-
Visit brainrot language documentation:
-
For Python scripts:
pygyat your_script.pygyat
-
For Brainrot programs:
./brainrot < your_program.brainrot
Feel free to fork this repository and submit pull requests if you have anything fun to add.
This project is licensed under the MIT License.
- Thanks to the creators of Pygyat and Brainrot for their awesome tools.
- This is purely for fun and learning. Enjoy experimenting!