poddarh / compsci631

Support code for Programming Languages (COMPSCI631)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

COMPSCI631 Support Code

Setup

This code is unlikely to work with Windows. It has been tested under Mac OS X and Linux.

  • Install OPAM. I recommend following the directions under Using your distribution's package system instead of using the generic installation script.

  • Check the version of OCaml installed by running:

    ocaml -version
    

    You should have version 4.02.x installed (4.03 will not work). If the wrong version is installed, run the following command:

    opam switch 4.02.3
    
  • From the command line, run:

    opam repository add plasma-opam https://github.com/plasma-umass/opam-repository.git
    opam install compsci631
    

    This will install the required support packages for COMPSCI631 assignments.

About

Support code for Programming Languages (COMPSCI631)


Languages

Language:OCaml 98.9%Language:Standard ML 0.9%Language:Makefile 0.3%