Bez popisu

Vladislav Folts f28ae960fe Merge branch 'release' of https://github.com/vladfolts/oberonjs into release před 11 roky
browser cad6ffe01e include local copy of JS libs: codemirror and processing před 11 roky
doc 113d3d2896 A new oberon language report by Wirth (07/13). před 11 roky
src f28ae960fe Merge branch 'release' of https://github.com/vladfolts/oberonjs into release před 11 roky
test 0ed6ae841b fix string relation/ordering operations před 11 roky
.gitattributes 53614ee1c1 initial commit před 12 roky
.gitignore 67116f7651 ignore sublime project před 11 roky
LICENSE.md 649d2bc63e rename license file před 12 roky
README.md 242ed6e866 add link to online page před 12 roky
build.cmd cac35d30cf include current version (revision) to generated html před 12 roky
build.py cad6ffe01e include local copy of JS libs: codemirror and processing před 11 roky

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!