Sem descrição

Vladislav Folts b4160a80c8 BYTE and INTEGER are not compatible as components of PRECEDURE type. há 11 anos atrás
browser cad6ffe01e include local copy of JS libs: codemirror and processing há 11 anos atrás
doc 113d3d2896 A new oberon language report by Wirth (07/13). há 11 anos atrás
src b4160a80c8 BYTE and INTEGER are not compatible as components of PRECEDURE type. há 11 anos atrás
test b4160a80c8 BYTE and INTEGER are not compatible as components of PRECEDURE type. há 11 anos atrás
.gitattributes 53614ee1c1 initial commit há 12 anos atrás
.gitignore 67116f7651 ignore sublime project há 11 anos atrás
LICENSE.md 649d2bc63e rename license file há 12 anos atrás
README.md 242ed6e866 add link to online page há 12 anos atrás
build.cmd cac35d30cf include current version (revision) to generated html há 12 anos atrás
build.py cad6ffe01e include local copy of JS libs: codemirror and processing há 11 anos atrás

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!