all repos — min @ 2e8cb4237a3d94d3e5ee5c9f416a50af458f489b

A small but practical concatenative programming language.

tests/mmm.json

 1
 2
 3
 4
 5
 6
 7
 8
 9
 10
{
  "name": "tests",
  "author": "Fabio Cevasco",
  "description": "Unit tests for the min programming language.",
  "license": "MIT",
  "private": true,
  "deps": {
    "min-test": "master"
  }
}