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

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

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