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#).
- Host: GitHub
- URL: https://github.com/oprogramador/plezuro-prototype
- Owner: oprogramador
- License: gpl-3.0
- Created: 2014-09-08T20:40:01.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2017-04-26T01:03:08.000Z (about 9 years ago)
- Last Synced: 2025-12-21T09:59:38.113Z (6 months ago)
- Topics: interpreter, plezuro
- Language: C#
- Homepage:
- Size: 3.77 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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