A magical interpreted programming language - powered by Ruby, magic and ⊹SPARKLES₊+!
To create a custom language that is pleasant to use, and has built-in security features for running untrusted code safely.
Ruby >= 3.0
: Magiika is parsed using Ruby.
Note: Grant execute permission to the file first. (
chmod +x main.rb
)
./magiika.rb
./magiika.rb <MYFILE>
- You can run all the availible tests by running the
test_all.rb
file. - You can run also any of the
test_*.rb
files on their own.
./test/test_all.rb