p0 512 B

123456789101112131415161718192021
  1. .pl 11.7i
  2. .ND
  3. .de PT
  4. .if \\n%>0 .if e .tl '\fB%\fP'''
  5. .if \\n%>1 .if o .tl '''\fB%\fP'
  6. ..
  7. .TL
  8. An Occam Compiler
  9. .AU
  10. Kees Bot
  11. Edwin Scheffer
  12. .AI
  13. Vrije Universiteit
  14. Amsterdam, The Netherlands
  15. .AB
  16. This document describes the implementation of an \fBOccam\fP to \fBEM\fP
  17. compiler. The lexical analysis is done using \fBLex\fP.
  18. For the semantic analysis the extended LL(1) parser generator \fBLLgen\fP is
  19. used. To handle the Occam-specific features as channels and parallelism some
  20. library routines are required.
  21. .AE