all repos — min @ 3d1a54002939f7dd50ccb4d3b58cc191218e541e

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"
  }
}