diff options
| author | Luca Guzzon <luca.guzzon@gmail.com> | 2017-11-06 00:20:44 +0100 |
|---|---|---|
| committer | Dominik Picheta <dominikpicheta@googlemail.com> | 2017-11-05 23:20:44 +0000 |
| commit | fb3e429442a23c4568a9dd74094bd2269391392f (patch) | |
| tree | f68a910020a7fe5646b3f331a1340dfae27a058e | |
| parent | 15275861e01c887dd27498bb0fd859f8574b4132 (diff) | |
| download | packages-fb3e429442a23c4568a9dd74094bd2269391392f.tar.gz packages-fb3e429442a23c4568a9dd74094bd2269391392f.zip | |
Added package simpleAST (#610)
| -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", |
