Нема описа

Vladislav Folts 58b6b12934 All variables are always exported in read-only mode - according to the пре 9 година
Sublime Text d6398680f6 make sublime build work on Windows пре 9 година
bin 58b6b12934 All variables are always exported in read-only mode - according to the пре 9 година
browser 445cfded49 Parameterized constructors. пре 10 година
doc 5461bb8752 update documentation regarding CASE with type guards пре 9 година
src 58b6b12934 All variables are always exported in read-only mode - according to the пре 9 година
test 58b6b12934 All variables are always exported in read-only mode - according to the пре 9 година
.gitattributes 53614ee1c1 initial commit пре 12 година
.gitignore 83ffadda90 move compiled source to archive (do not track compiled source) пре 11 година
LICENSE.md 649d2bc63e rename license file пре 12 година
README.md a74ab6e117 Update documentation. пре 9 година
build.py 0c8c9cf3e6 Fix 'recompile' target - use only snapshot sources пре 9 година
pull_and_build_html.py 0521d9af2c executable attribute пре 11 година

README.md

Oberon 07 compiler

Translates Oberon to JavaScript code ready to be run in web browser or nodejs. Compiler itself is written in Oberon (with extensions) and compiled to JavaScript. The compiler 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.

Quick start

You can try the compiler online here.

To build it locally run "python build.py html" (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!