Aucune description

Vladislav Folts 9b639a281f temporary values in progress il y a 11 ans
Sublime Text 1af3cbdf39 move sublime support files to separate folder so it can be mapped as sublime package il y a 11 ans
bin 89618b5366 support python3.3 il y a 11 ans
browser d618f06d1a STRING type - first approach il y a 11 ans
doc 56b16a615e support read-onle export for excord fields using '-' mark il y a 11 ans
src 9b639a281f temporary values in progress il y a 11 ans
test 9b639a281f temporary values in progress il y a 11 ans
.gitattributes 53614ee1c1 initial commit il y a 12 ans
.gitignore 83ffadda90 move compiled source to archive (do not track compiled source) il y a 11 ans
LICENSE.md 649d2bc63e rename license file il y a 12 ans
README.md c4172f6cbb spelling il y a 11 ans
build.cmd 83ffadda90 move compiled source to archive (do not track compiled source) il y a 11 ans
build.py 6edc5c2966 tune up description il y a 11 ans

README.md

Oberon 07 compiler

Written in JavaScript (and partially in oberon itself) and translates 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!