descriptionXoc, an Extension-Oriented Compiler
homepage URLhttps://pdos.csail.mit.edu/archive/xoc/
ownerovf@df.33mail.com
last changeTue, 24 Oct 2017 12:52:09 +0000 (24 13:52 +0100)
content tags
add:
README
This is the software described in Russ Cox's Ph.D. thesis

	``An Extension-Oriented Compiler''
	MIT, September 2008

The zeta interpreter source code is in the zeta directory.
The xoc compiler source code is in the xoc directory.

For demos, run

	make zeta/zeta
	make rotate-demo
	make sparse-demo
shortlog
2017-10-24 ovfswitch -O2 to -O1 for zetacom compilationmaster
2017-10-24 ovffix typo in parser action
2017-10-24 ovfescape { in xyacc tokens
2017-10-24 ovfswitch to gcc -m32
2017-10-24 ovfmake clean
2017-10-24 ovfimport from https://pdos.csail.mit.edu/archive/xoc...
heads
6 years ago master