Sen descrición

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

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!