Initial revision

This commit is contained in:
ceriel
1987-02-26 10:26:19 +00:00
parent 2eb61bf49f
commit a1b33eed84
12 changed files with 785 additions and 0 deletions

21
doc/occam/p0 Normal file
View File

@@ -0,0 +1,21 @@
.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