KelvinShadewing / squirrelvm

A simple terminal VM for Squirrel

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

/*================================*\
| SIMPLE SQUIRREL VM               |
|                                  |
| AUTHOR: Kelvin Shadewing         |
|                                  |
| WEBSITE: www.kelvinshadewing.net |
|                                  |
| LICENSE: GPL v3.0                |
\*================================*/

[HOW TO USE]
Simply drag a .nut file onto the executable or run the program and type the name of a .nut in the same folder. When entering a name, don't worry about the extension; the program will add that on automatically.

Entering an invalid or non-existent filename will do nothing, as though you'd run an empty script.

About

A simple terminal VM for Squirrel

License:GNU General Public License v3.0


Languages

Language:C++ 81.7%Language:Makefile 14.4%Language:Squirrel 3.9%