From fb3e429442a23c4568a9dd74094bd2269391392f Mon Sep 17 00:00:00 2001 From: Luca Guzzon Date: Mon, 6 Nov 2017 00:20:44 +0100 Subject: [PATCH] Added package simpleAST (#610) --- packages.json | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/packages.json b/packages.json index 41ffd88..7309b75 100644 --- a/packages.json +++ b/packages.json @@ -7543,7 +7543,18 @@ "license": "MIT", "web": "https://github.com/lcrees/romans" }, - { + { + "name": "simpleAST", + "url": "https://github.com/lguzzon/simpleAST", + "method": "git", + "tags": [ + "ast" + ], + "description": "Simple AST in NIM", + "license": "MIT", + "web": "https://github.com/lguzzon/simpleAST" + }, + { "name": "timerpool", "url": "https://github.com/mikra01/timerpool/", "method": "git",