# aexpr-interpretation [![Build Status](https://travis-ci.org/active-expressions/aexpr-interpretation.svg?branch=master)](https://travis-ci.org/active-expressions/aexpr-interpretation)
Monitor expressions over the execution of a program

## Installation

As npm for Node.js:

```
$ npm install aexpr-interpretation --save
```

Or download the [bundle](https://raw.githubusercontent.com/active-expressions/active-expressions/master/dist/aexpr-interpretation.js) file.

## Building

```
$ npm run-script build
```

creates the *bundle* file in the `dist` folder.

## Testing

As npm package:

```
$ npm test
```
