| Crates.io | cowlang |
| lib.rs | cowlang |
| version | 0.1.0 |
| created_at | 2024-12-10 02:07:45.931877+00 |
| updated_at | 2024-12-10 02:07:45.931877+00 |
| description | A simple Python-like scripting language |
| homepage | |
| repository | |
| max_upload_size | |
| id | 1477998 |
| size | 87,848 |
_________________________________
< Cowlang is a scripting language >
---------------------------------
\ ^__^
\ (oo)\_______
(__)\ )\/\
||----w |
|| ||
NOTE: I mostly built this to toy around with Rust. If you want a proper (fast and typesafe) embedded language runtime, I highly recommend looking at WASM first.
This needs a recent Rust toolchain and uses plex for parsing/lexing.
See tests for some examples.