From 21d9e0d200599aa21ab845bae8dc16cb223bf1aa Mon Sep 17 00:00:00 2001 From: chocobo333 Date: Thu, 5 Dec 2019 00:16:02 +0900 Subject: [PATCH] Added package mcmurry (#1266) --- packages.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/packages.json b/packages.json index cc56405..bba7980 100644 --- a/packages.json +++ b/packages.json @@ -15477,5 +15477,19 @@ "license": "MIT", "web": "https://github.com/blakeanedved/nimnoise", "doc": "https://lib-nimnoise.web.app/" + }, + { + "name": "mcmurry", + "url": "https://github.com/chocobo333/mcmurry", + "method": "git", + "tags": [ + "parser", + "parsergenerator", + "library", + "lexer" + ], + "description": "A module for generating lexer/parser.", + "license": "MIT", + "web": "https://github.com/chocobo333/mcmurry" } ]