Patryk27 / sscript-vm

A toy virtual machine for my own programming language - with basic JIT support!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SScript Virtual Machine

Description

It's a virtual machine for SScript bytecode; see projects:

https://github.com/Piterolex/SScript-Compiler

https://github.com/Piterolex/SScript-Editor

Downloading

There are 2 branches:

-master (this is the "live" version of code - it's untested and most likely unstable; use only if you know what are you doing)

-stable (this is the latest stable and tested version of code; also - it has compiled binaries)

Ready-to-use, stable builds are downloadable in /build in stable branch.

Contributing

You want to contribute? It's great :)

You can contribute in 2 ways:

1.By reporting an issue or suggestion (and then me or somebody else will try to fix/add it)

2.By writing/fixing already written code; if you don't know how, read an article, eg.http://www.lornajane.net/posts/2010/contributing-to-projects-on-github

Thanks for help!

License

SScript Editor, Compiler and VM are licensed under the LGPL license.

https://github.com/Piterolex/SScript-Editor

https://github.com/Piterolex/SScript-Compiler

https://github.com/Piterolex/SScript-VM

About

A toy virtual machine for my own programming language - with basic JIT support!

License:GNU Lesser General Public License v3.0


Languages

Language:Pascal 100.0%