yoloxide

Crates.ioyoloxide
lib.rsyoloxide
version0.4.4
sourcesrc
created_at2019-07-19 20:20:27.436452
updated_at2021-05-05 21:13:45.481785
descriptionA rusty implementation of the Yolol language from the upcoming game Starbase.
homepage
repositoryhttps://github.com/Jerald/yoloxide
max_upload_size
id150207
size115,744
Oscar (Jerald)

documentation

README

Yoloxide

Yoloxide is a rust-based Yolol interpreter engine for the game Starbase.

What's it do right now?

It executes yolol code you give it! It's not particularly nice in the output (sorry for all the debug logs still in there!) but it does its job quite well, if I do say so myself.

If you want to try our Yoloxide for yourself, clone the repo, be sure you have rust installed, then run:

cargo run <yolol_file>

Replacing <yolol_file> with one of the test files in the repo, or one of your own yolol scripts.

Where'd the name come from?

Things that are rusty are oxidized. So Yolol + oxide = Yoloxide!

Commit count: 61

cargo fmt