add lc (list comprehension) (#1255)

This commit is contained in:
Miran 2019-11-22 15:03:48 +01:00 committed by GitHub
parent d94273a4d5
commit d5e19da570
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11371,6 +11371,22 @@
"license": "MIT",
"web": "https://github.com/nim-lang/graveyard/tree/master/xmldomparser"
},
{
"name": "list_comprehension",
"url": "https://github.com/nim-lang/graveyard?subdir=lc",
"method": "git",
"tags": [
"graveyard",
"lc",
"list",
"comprehension",
"list_comp",
"list_comprehension"
],
"description": "List comprehension, for creating sequences.",
"license": "MIT",
"web": "https://github.com/nim-lang/graveyard/tree/master/lc"
},
{
"name": "result",
"url": "https://github.com/arnetheduck/nim-result",