2
0

Тайлбар байхгүй

Vladislav Folts cad6ffe01e include local copy of JS libs: codemirror and processing 11 жил өмнө
browser cad6ffe01e include local copy of JS libs: codemirror and processing 11 жил өмнө
doc f5caf80c82 original report 12 жил өмнө
src 7aca683c3b fix integer arithmetics overflow (Issue #19). 11 жил өмнө
test 7aca683c3b fix integer arithmetics overflow (Issue #19). 11 жил өмнө
.gitattributes 53614ee1c1 initial commit 12 жил өмнө
.gitignore cf56cc1e71 git ignores tests output files 11 жил өмнө
LICENSE.md 649d2bc63e rename license file 12 жил өмнө
README.md 242ed6e866 add link to online page 12 жил өмнө
build.cmd cac35d30cf include current version (revision) to generated html 12 жил өмнө
build.py cad6ffe01e include local copy of JS libs: codemirror and processing 11 жил өмнө

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!