aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominik Picheta <dominikpicheta@googlemail.com>2018-01-18 10:11:31 +0000
committerGitHub <noreply@github.com>2018-01-18 10:11:31 +0000
commitde42204abb90de15768e90e7095f12b783a8ed4f (patch)
tree70f7496a92a4d75dcc16b4fda06fec04788e528e
parent1f737b3345e7fca8ff0cee58fbbc248769618138 (diff)
parente1179128db94d0caaf4458226d9b58deb93c3a4a (diff)
downloadpackages-de42204abb90de15768e90e7095f12b783a8ed4f.tar.gz
packages-de42204abb90de15768e90e7095f12b783a8ed4f.zip
Merge pull request #644 from Quelklef/master
Added lilt package
-rw-r--r--packages.json13
1 files changed, 13 insertions, 0 deletions
diff --git a/packages.json b/packages.json
index 45caf2c..e7237af 100644
--- a/packages.json
+++ b/packages.json
@@ -8011,5 +8011,18 @@
"description": "libsvm wrapper for Nim",
"license": "MIT",
"web": "https://github.com/genotrance/libsvm"
+ },
+ {
+ "name": "lilt",
+ "url": "https://github.com/quelklef/lilt",
+ "method": "git",
+ "tags": [
+ "language",
+ "parser",
+ "parsing"
+ ],
+ "description": "Parsing language",
+ "license": "MIT",
+ "web": "https://github.com/quelklef/lilt"
}
]