gazakov / SkibidiLang

An programmer language created by using C.
GNU General Public License v3.0
0 stars 0 forks source link

SkibidiLang

brainrot

image

features

unique keywords: SKIBIDI (print), DOP (variable declaration), YES (if), BRRRR (while), etc. support for variables, conditionals, loops, and functions easy-to-understand syntax with a playful twist useless shit

getting started

prerequisites

building

  1. Clone the repository:

    git clone https://github.com/yourusername/skibidilang.git
    cd skibidilang
  2. Compile the interpreter:

    make

    Or manually:

    gcc -o skibidilang skibidilang.c -Wall -Wextra -pedantic

running

Run the SkibidiLang interpreter:

./skibidilang

Then enter your SkibidiLang code at the prompt.

example

Here's a simple SkibidiLang program:

DOP x = 5
BRRRR ( x > 0 )
    SKIBIDI x
    DOP x = x - 1
SKBID
SKIBIDI "Done!"

This program will print numbers from 5 to 1, then print "Done!".

contributing

it would be nice.

license

This project is licensed under the GPL 3.O license

acknowledgments