LARA

This is an old revision of the document!


Ocaml Resources

  • The OCaml programming language: http://caml.inria.fr/ is convenient for writing implementations for this class because of its support for algebraic data types and pattern matching, which makes dealing with abstract syntax trees easier.