An open API service indexing awesome lists of open source software.

https://github.com/oprogramador/plezuro-prototype

A prototype of the Plezuro programming language (an interpreter implemented in C#).
https://github.com/oprogramador/plezuro-prototype

interpreter plezuro

Last synced: 3 months ago
JSON representation

A prototype of the Plezuro programming language (an interpreter implemented in C#).

Awesome Lists containing this project

README

          

Plezuro
====

This is a prototype of the Plezuro programming language.

This version is interpreted and implemented in c♯.

The mainstream version of the Plezuro: https://github.com/oprogramador/plezuro_js

Documentation: doc/doc_en.pdf

On Wikipedia: https://en.wikipedia.org/wiki/Plezuro

On Wikibooks: http://en.wikibooks.org/wiki/Plezuro

Interpreter: plezuro.exe

Building script: make.sh

Test script: test.sh