Açıklama Yok

Vladislav Folts ac91f14e1a fix code generation for logical expressions with "~" 11 yıl önce
browser cad6ffe01e include local copy of JS libs: codemirror and processing 11 yıl önce
doc 113d3d2896 A new oberon language report by Wirth (07/13). 11 yıl önce
src ac91f14e1a fix code generation for logical expressions with "~" 11 yıl önce
test ac91f14e1a fix code generation for logical expressions with "~" 11 yıl önce
.gitattributes 53614ee1c1 initial commit 12 yıl önce
.gitignore 67116f7651 ignore sublime project 11 yıl önce
LICENSE.md 649d2bc63e rename license file 12 yıl önce
README.md 242ed6e866 add link to online page 12 yıl önce
build.cmd cac35d30cf include current version (revision) to generated html 12 yıl önce
build.py cad6ffe01e include local copy of JS libs: codemirror and processing 11 yıl önce

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!