add package cirru_writer (#1817)

This commit is contained in:
Jon 2021-02-22 20:46:54 +08:00 committed by GitHub
parent 1561308b7a
commit 2b88f41255
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14866,6 +14866,17 @@
"license": "MIT",
"web": "https://github.com/Cirru/parser.nim"
},
{
"name": "cirru_writer",
"url": "https://github.com/Cirru/writer.nim",
"method": "git",
"tags": [
"cirru"
],
"description": "Code writer for Cirru syntax",
"license": "MIT",
"web": "https://github.com/Cirru/writer.nim"
},
{
"name": "ternary_tree",
"url": "https://github.com/calcit-lang/ternary-tree",