calculus-of-constructions
Advanced tools
Comparing version 0.1.0 to 0.1.1
{ | ||
"name": "calculus-of-constructions", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "Minimal, fast, robust implementation of the Calculus of Constructions on JavaScript", | ||
@@ -5,0 +5,0 @@ "main": "src/main.js", |
@@ -0,3 +1,5 @@ | ||
#!/usr/bin/env node | ||
// Command line interface. | ||
// Usage: coc file_name | ||
// Usage: coc eval file_name | ||
@@ -4,0 +6,0 @@ var fs = require("fs"); |
17766
8
410