mumble

A Lisp written in C, following the *Build Your Own Lisp* book
Log | Files | Refs | README

package.json (236B)


      1 {
      2   "name": "mpc",
      3   "version": "0.9.8",
      4   "repo": "orangeduck/mpc",
      5   "description": "A Parser Combinator library for C",
      6   "keywords": ["parser", "combinator", "library", "c", "mpc"],
      7   "license": "BSD",
      8   "src": ["mpc.c", "mpc.h"]
      9 }