Нема описа

Vladislav Folts 7c4fedd5ac UNPACK -> UNPK (according to language repot). Fix Issue #44. пре 11 година
browser cad6ffe01e include local copy of JS libs: codemirror and processing пре 11 година
doc 113d3d2896 A new oberon language report by Wirth (07/13). пре 11 година
src 7c4fedd5ac UNPACK -> UNPK (according to language repot). Fix Issue #44. пре 11 година
test 7c4fedd5ac UNPACK -> UNPK (according to language repot). Fix Issue #44. пре 11 година
.gitattributes 53614ee1c1 initial commit пре 12 година
.gitignore 67116f7651 ignore sublime project пре 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 cad6ffe01e include local copy of JS libs: codemirror and processing пре 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!