https://github.com/nholthaus/script
Simple scripting framework
https://github.com/nholthaus/script
Last synced: 7 months ago
JSON representation
Simple scripting framework
- Host: GitHub
- URL: https://github.com/nholthaus/script
- Owner: nholthaus
- License: mit
- Created: 2017-09-08T20:17:32.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-09-09T00:13:38.000Z (about 8 years ago)
- Last Synced: 2025-01-22T00:43:47.965Z (9 months ago)
- Language: C++
- Size: 12.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Script
A simple, extensible, text-based c++ scripting language.
Mostly intended as an example of the registration pattern/toy/whatever I feel like scripting in a hurry.