Skip to content

Latest commit

 

History

History
78 lines (50 loc) · 1.96 KB

README.md

File metadata and controls

78 lines (50 loc) · 1.96 KB

Experimenting with Brainrot languages

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)

Project Structure

  • 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.

Getting Started

Prerequisites

Setting Up Python Environment

  1. Clone this repository:

    git clone https://github.com/anuja-rahul/brainrot-lang.git
    cd brainrot-lang
  2. Create and activate a virtual environment:

    cd pygyat-projects
    python3 -m venv venv
    source venv/bin/activate
  3. Install Pygyat:

    pip install pygyat

Building the Brainrot Compiler

Running Your Code

Contributing

Feel free to fork this repository and submit pull requests if you have anything fun to add.

License

This project is licensed under the MIT License.

Acknowledgements

  • Thanks to the creators of Pygyat and Brainrot for their awesome tools.
  • This is purely for fun and learning. Enjoy experimenting!