Açıklama Yok

Vladislav Folts 83ffadda90 move compiled source to archive (do not track compiled source) 11 yıl önce
Sublime Text 1af3cbdf39 move sublime support files to separate folder so it can be mapped as sublime package 11 yıl önce
bin 83ffadda90 move compiled source to archive (do not track compiled source) 11 yıl önce
browser d618f06d1a STRING type - first approach 11 yıl önce
doc 7e10187458 Allow non-scalar variables to be exported (in Eberon only). 11 yıl önce
src 83ffadda90 move compiled source to archive (do not track compiled source) 11 yıl önce
test 83ffadda90 move compiled source to archive (do not track compiled source) 11 yıl önce
.gitattributes 53614ee1c1 initial commit 12 yıl önce
.gitignore 83ffadda90 move compiled source to archive (do not track compiled source) 11 yıl önce
LICENSE.md 649d2bc63e rename license file 12 yıl önce
README.md 30e7c5b389 Update README.md 11 yıl önce
build.cmd 83ffadda90 move compiled source to archive (do not track compiled source) 11 yıl önce
build.py 83ffadda90 move compiled source to archive (do not track compiled source) 11 yıl önce

README.md

Oberon 07 compiler

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.

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!