Skip to content

kacper-the-programmer/Relujesz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Relujesz

Co to ?
głupi i prosty język programowania stworzony w Pythonie, składnia jest oparta o język polski, angielski i slang młodzieżowy

What is this?
stupid and simple programming language made in Python, syntax is based on Polish language, English and teen slang

Jak to działa?
Kod napisany w Relujesz konwertuje się na kod Python a następnie uruchamiany co pozwala na całą potengę Python'a

How it work?
Code written in Relujesz converts to Python and then runs, which allows for the full power of Python

Przykłady / Examples

example code:

fr x = 10
fr a = "test"
sigma count():
    imo x > 5:
        naura "x is greater than 5";

sigma loop():
    rizz Prawda:
        delulu("loop is working")

sigma main():
    delulu("test")

    delulu(count());

main()

importowanie bibliotek / importing modules:

uzywaj tkinter jako tk

fr root = tk.Tk()
root.title("okno")

sigma test():
    delulu("test")

przez i w range(10):
    tk.Button(root, text=f"test {i}", command=test).pack()

root.mainloop()

klasy / classes:

baza application:
    sigma main():
        $SIGMA

application.main();

komentarze / comments:

# this is comment
// this is also the comment
delulu("hi")

Documentation
WIP

About

stupid and simple programming language made in python

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages