Žiadny popis

vladfolts 83734c2159 Merge pull request #29 from vladfolts/rel_v1.0 11 rokov pred
browser cad6ffe01e include local copy of JS libs: codemirror and processing 11 rokov pred
doc f5caf80c82 original report 12 rokov pred
src d2e47e410a . 11 rokov pred
test 06ecbc59c5 fix code generation when array field is passed as VAR 11 rokov pred
.gitattributes 53614ee1c1 initial commit 12 rokov pred
.gitignore 67116f7651 ignore sublime project 11 rokov pred
LICENSE.md 649d2bc63e rename license file 12 rokov pred
README.md 242ed6e866 add link to online page 12 rokov pred
build.cmd cac35d30cf include current version (revision) to generated html 12 rokov pred
build.py cad6ffe01e include local copy of JS libs: codemirror and processing 11 rokov pred

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!