بدون توضیح

Vladislav Folts 163417886e Rewrite stream.js on oberon. 11 سال پیش
browser 163417886e Rewrite stream.js on oberon. 11 سال پیش
doc ec38d78fa5 wiki mirror and examples 11 سال پیش
src 163417886e Rewrite stream.js on oberon. 11 سال پیش
test 163417886e Rewrite stream.js on oberon. 11 سال پیش
.gitattributes 53614ee1c1 initial commit 12 سال پیش
.gitignore 163417886e Rewrite stream.js on oberon. 11 سال پیش
LICENSE.md 649d2bc63e rename license file 12 سال پیش
README.md 242ed6e866 add link to online page 12 سال پیش
build.cmd cac35d30cf include current version (revision) to generated html 12 سال پیش
build.py 163417886e Rewrite stream.js on oberon. 11 سال پیش

README.md

Oberon 07 compiler

Written in JavaScript and transaltes Oberon to JavaScript code so it can be run in web browser.

Quick start

You can try the compiler online here.

To build it locally run build.cmd (Python 2.x or 3.x is required). It will make _out/os.js and _out/oberonjs.html. Open oberonjs.html in the browser and try the compiler!