Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/zpconn/Simple

Interpreter for a simple scripting language called Simple, written in C.
https://github.com/zpconn/Simple

Last synced: 2 months ago
JSON representation

Interpreter for a simple scripting language called Simple, written in C.

Awesome Lists containing this project

README

        

Simple
======

Interpreter for a simple scripting language called Simple, written in C. The language follows the style of BASIC.

Check out the example scripts to see how the syntax works. It should be mostly self-explanatory.