Няма описание

Vladislav Folts 32effa18fe more tests преди 11 години
browser cad6ffe01e include local copy of JS libs: codemirror and processing преди 11 години
doc f5caf80c82 original report преди 12 години
src f139f12a34 array fixes + corrections to confirm report преди 11 години
test 32effa18fe more tests преди 11 години
.gitattributes 53614ee1c1 initial commit преди 12 години
.gitignore cf56cc1e71 git ignores tests output files преди 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!