Skip to content

RinkaGI/PyrkLang

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Enjoy best coding experience

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages