https://github.com/simmsb/some-embedded-scripting-language
An attempt at an embedded scripting language in rust, that should compile to continuations such that allowing async/await inside of the embedded language should be trivial
https://github.com/simmsb/some-embedded-scripting-language
Last synced: over 1 year ago
JSON representation
An attempt at an embedded scripting language in rust, that should compile to continuations such that allowing async/await inside of the embedded language should be trivial
- Host: GitHub
- URL: https://github.com/simmsb/some-embedded-scripting-language
- Owner: simmsb
- License: mit
- Created: 2020-03-18T20:39:35.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-04-03T21:32:07.000Z (about 6 years ago)
- Last Synced: 2025-01-07T08:19:14.749Z (over 1 year ago)
- Language: Rust
- Size: 14.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# some-embedded-scripting-language
An attempt at an embedded scripting language in rust, that should compile to continuations such that allowing async/await inside of the embedded language should be trivial