Index

FUN

FUN is a very simple functional language. The basic entities are:

We will use generic names to represent the classes of entities as follows:

The phrase classes of FUN are:

Phrase classGeneric namePhrase forms
Expressionse∈Expx
n
e1 bop e2
let x = e0 in e1

References

R. Burstall. Language Semantics and Implementation. Course Notes. 1994.

Index