diff options
| -rw-r--r-- | packages.json | 13 |
1 files changed, 12 insertions, 1 deletions
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", |
