NOTE: THIS DOES NOT WORK IN SAFARI, PLZ USE CHROME
To prepare:
Python must be installed because the command python -m SimpleHTTPServer 8000 is utilized in the run script (running D3 JavaScript code in a server environment is always the move).
opam install oasis deriving d3 yojson
./build
./run
Open up webpage localhost:8000 in browser
./clean
- For an overview of this project read
documentation/MS2.pdf - For a detailed description of the programming language
CAMLWarereaddocumentation/language.pdf - For a description of how to use the GUI read
documentation/GUIDoc.pdf