This project is a transpiler from PeleScript to MaradoScript.
Working on the Zig version.
PeleScript is a programming language designed by the creators of MaradoScript.
It extremy minimalist and easy to learn.
IT ONLY HAS ONE KEYWORD:
print
Here's an example of a PeleScript program:
print "Hello, World!\n"
print "Goodbye, World!"
python3
maradoscript
MaradoScript
Clone the project:
git clone https://github.com/matteac/maradoscript_transpiler.git
and then you can run it with python3:
cd maradoscript_transpiler
python3 main.py --input hello.pls --output hello.mrs
and now you can run MaradoScript:
maradoscript -i hello.mrs