Skip to content

The munch interpreter for the Kale programming language, created by me.

License

Notifications You must be signed in to change notification settings

ClaytonMcCray/Munch-Kale

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Munch-Kale

The munch interpreter for the Kale programming language, created by me.

Kale is a simple programming language that I have created. I believe it is turing complete. munch.py is the interpreter; programs can be run from the command line with ./munch.py FILENAME.kale if you make the interpreter executable. Otherwise, Python 3.X should work (i.e. python3 munch.py FILENAME.kale); specifically, the interpreter was written and tested with python 3.5. Another option is to add it to your .bashrc alias.

About

The munch interpreter for the Kale programming language, created by me.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages