|
11 年之前 | |
---|---|---|
Sublime Text | 11 年之前 | |
bin | 11 年之前 | |
browser | 11 年之前 | |
doc | 11 年之前 | |
src | 11 年之前 | |
test | 11 年之前 | |
.gitattributes | 12 年之前 | |
.gitignore | 11 年之前 | |
LICENSE.md | 12 年之前 | |
README.md | 11 年之前 | |
build.cmd | 11 年之前 | |
build.py | 11 年之前 |
Written in JavaScript (and partially on oberon itself) and transaltes Oberon to JavaScript code so it can be run in web browser. Supports both "pure" and "plus extensions" mode. Pure mode is a strict implementation of original Oberon language report. Language extensions implemented in my own way and available as a separate compiler mode.
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!