From 0cce20085a17cd892f5547108b345cfdab4ab5a6 Mon Sep 17 00:00:00 2001 From: Nobuharu Shimazu Date: Wed, 9 Mar 2022 00:41:13 -0600 Subject: [PATCH] Update packages.json (#2169) --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/packages.json b/packages.json index 8c82635..7e89936 100644 --- a/packages.json +++ b/packages.json @@ -25388,6 +25388,19 @@ "license": "MIT", "web": "https://github.com/hamidb80/steps" }, + { + "name": "SLAP", + "url": "https://github.com/bichanna/slap", + "method": "git", + "tags": [ + "language", + "interpreter" + ], + "description": "A SLow And Powerless programming language written in Nim", + "license": "MIT", + "web": "https://github.com/bichanna/slap/blob/master/docs/index.md#slap", + "doc": "https://github.com/bichanna/slap/blob/master/docs/index.md#syntax" + }, { "name": "logit", "url": "https://github.com/Miqueas/Logit",