https://github.com/zpconn/Simple
Interpreter for a simple scripting language called Simple, written in C.
https://github.com/zpconn/Simple
Last synced: about 1 year 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 13 years ago)
- Default Branch: master
- Last Pushed: 2013-01-07T23:11:04.000Z (over 13 years ago)
- Last Synced: 2024-11-17T17:43:37.971Z (over 1 year 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.