Minimal, embeddable, toy scripting language.
Find a file
2024-10-25 16:34:15 +02:00
example implemented method call 2024-10-25 15:52:47 +02:00
src add constructors for value 2024-10-25 16:34:15 +02:00
.gitignore init 2024-10-24 05:27:45 +02:00
Cargo.lock remove f64 maths from stdlib 2024-10-25 00:50:54 +02:00
Cargo.toml remove f64 maths from stdlib 2024-10-25 00:50:54 +02:00
README.md init 2024-10-24 05:27:45 +02:00
rustfmt.toml init 2024-10-24 05:27:45 +02:00

microlang

Minimal, embeddable, toy scripting language.