Skip to content

Latest commit

 

History

History
33 lines (30 loc) · 809 Bytes

readme.md

File metadata and controls

33 lines (30 loc) · 809 Bytes

This project is a transpiler from PeleScript to MaradoScript.
Working on the Zig version.

PeleScript

PeleScript is a programming language designed by the creators of MaradoScript.
It extremy minimalist and easy to learn.
IT ONLY HAS ONE KEYWORD:

  • print

PeleScript syntax

Here's an example of a PeleScript program:

print "Hello, World!\n"
print "Goodbye, World!"

Requirements

Usage

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