Pyrklang tries to be the solution for every problem in most famous languages, you can interpret it or compile it to .exe
- print "hello world from pyrk!"
- Choose between interpret or compile
- Distribute your programs into windows with one command line
These are the requirements you must have installed:
- [Python 3] - Language is written here!
- [GCC] - Compiles uses gcc for generating .exe!
Supposing you have installed the tools previously mentioned, this is the tutorial for installation
In your project folder, create a folder and put all Pyrklang files there and install requirements with pip install -r requirements.txt
Yup! thats all the tutorial
print "hello world"
print 5
print 6.78
-[X] Create print built-in function -[X] String, int and float types supported -[X] Simple CLI coded -[ ] Simple mathematic operations -[ ] Variables and much more! ...