Skip to content

Latest commit

 

History

History
40 lines (28 loc) · 1.23 KB

README.md

File metadata and controls

40 lines (28 loc) · 1.23 KB

Pyrklang

Solution for every problem

Made in Python Compile to C Deploy to Windows

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!"

Features

  • Choose between interpret or compile
  • Distribute your programs into windows with one command line

Tech

These are the requirements you must have installed:

  • [Python 3] - Language is written here!
  • [GCC] - Compiles uses gcc for generating .exe!

Installation

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

Examples

Printing

print "hello world" print 5 print 6.78

TO-DO

-[X] Create print built-in function -[X] String, int and float types supported -[X] Simple CLI coded -[ ] Simple mathematic operations -[ ] Variables and much more! ...