A TypeScript library implementing the analysis IR within Maru.
- Install prerequisites:
- NodeJS of compatible version or newer.
- NPM version 6.9.0 or newer.
- Clone repository:
git clone https://github.com/ConsenSys/maru-ir.git
- Install and link:
npm install npm link
- Run tests:
npm test