#emulator #yolol #emulation #starbase #oxide

bin+lib yoloxide

A rusty implementation of the Yolol language from the upcoming game Starbase

17 releases

0.4.4 May 5, 2021
0.4.3 Aug 27, 2019
0.3.3 Aug 10, 2019
0.3.1 Jul 26, 2019
0.2.7 Jul 23, 2019

#205 in Programming languages

Download history 29/week @ 2023-10-18 34/week @ 2023-10-25 25/week @ 2023-11-01 49/week @ 2023-11-08 13/week @ 2023-11-15 31/week @ 2023-11-22 44/week @ 2023-11-29 29/week @ 2023-12-06 29/week @ 2023-12-13 31/week @ 2023-12-20 25/week @ 2023-12-27 26/week @ 2024-01-03 13/week @ 2024-01-10 43/week @ 2024-01-17 9/week @ 2024-01-24 38/week @ 2024-01-31

106 downloads per month
Used in yolk

MIT license

100KB
2.5K SLoC

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!

Dependencies

~3–5MB
~93K SLoC