achudnov / jest

A research prototype of an information-flow monitor inliner for JavaScript
Other
2 stars 0 forks source link

JEST

An Information Flow Monitor Inliner for JavaScript Web Applications. Read Andrey Chudnov's PhD dissertation for an overview and rationale for the design and implementation.

Build instructions

Currently the stack tool (http://haskellstack.org) is a prerequisite for building. Follow the instructions to set up the tool and your environment. Then issue stack build in the project directory.

Development setup

Use your favorite tools for developing in Haskell. For JavaScript I use Facebook Flow (http://github.com/facebook/flow).