An open API service indexing awesome lists of open source software.

https://github.com/notbobthebuilder/miller

Miller
https://github.com/notbobthebuilder/miller

javascript scala semantic-analysis type-checking type-safety

Last synced: about 1 month ago
JSON representation

Miller

Awesome Lists containing this project

README

          

Miller
======

Miller is a static analysis tool for JavaScript.

It infers the types of expressions and looks for contradictions where it can.

Take a look at the test scripts for some examples of what kinds of type errors can be checked at compile time.

## Usage

`sbt assembly` will generate a JAR that you can run.

`./miller.jar filename.js` will run miller on a file, alternatively just `miller.jar` will open a REPL (close with ctrl-D)