Skip to content

matteac/maradoscript_transpiler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published