Skip to content

A rust implementation of the yolol language from the upcoming game Starbase

License

Notifications You must be signed in to change notification settings

Jerald/yoloxide

Folders and files

NameName
Last commit message
Last commit date

Latest commit

4fbe302 · May 5, 2021

History

61 Commits
Oct 11, 2019
Jun 19, 2019
May 5, 2021
May 5, 2021
Jul 14, 2019
Jul 26, 2019
Jul 4, 2019
Jun 28, 2019
Aug 23, 2019
Jul 10, 2019
Jul 22, 2019
Jul 14, 2019
Jul 10, 2019
Jul 10, 2019

Repository files navigation

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!

About

A rust implementation of the yolol language from the upcoming game Starbase

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages