22 lines
512 B
Plaintext
22 lines
512 B
Plaintext
|
.pl 11.7i
|
||
|
.ND
|
||
|
.de PT
|
||
|
.if \\n%>0 .if e .tl '\fB%\fP'''
|
||
|
.if \\n%>1 .if o .tl '''\fB%\fP'
|
||
|
..
|
||
|
.TL
|
||
|
An Occam Compiler
|
||
|
.AU
|
||
|
Kees Bot
|
||
|
Edwin Scheffer
|
||
|
.AI
|
||
|
Vrije Universiteit
|
||
|
Amsterdam, The Netherlands
|
||
|
.AB
|
||
|
This document describes the implementation of an \fBOccam\fP to \fBEM\fP
|
||
|
compiler. The lexical analysis is done using \fBLex\fP.
|
||
|
For the semantic analysis the extended LL(1) parser generator \fBLLgen\fP is
|
||
|
used. To handle the Occam-specific features as channels and parallelism some
|
||
|
library routines are required.
|
||
|
.AE
|