Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/raitraidma/fol-prover


https://github.com/raitraidma/fol-prover

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# FOL-prover
FOL-prover is a small and simple first order logic prover in JS.

### Usage
Open index.html in browser.

### Testing
Install [Node.js](https://nodejs.org/)
```sh
$ npm install karma --save-dev
$ npm install karma-jasmine@2_0 --save-dev
$ npm install karma-phantomjs-launcher --save-dev
$ karma start
```