Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/zpconn/Simple
- Owner: zpconn
- Created: 2012-10-22T02:01:40.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2013-01-07T23:11:04.000Z (about 12 years ago)
- Last Synced: 2024-08-03T18:16:48.105Z (6 months ago)
- Language: C
- Size: 121 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- AwesomeInterpreter - Simple
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.