From 09343734b689c557752fe0a5004dff1aae6d3aa3 Mon Sep 17 00:00:00 2001 From: Stone_Red <56473591+Stone-Red-Code@users.noreply.github.com> Date: Sun, 5 Apr 2026 00:59:08 +0200 Subject: [PATCH] Add docsUrl and description in yesnt.nuspec file --- choco/yesnt.nuspec | 3 +++ 1 file changed, 3 insertions(+) diff --git a/choco/yesnt.nuspec b/choco/yesnt.nuspec index b645e5c..6b0e16e 100644 --- a/choco/yesnt.nuspec +++ b/choco/yesnt.nuspec @@ -9,10 +9,13 @@ https://github.com/Stone-Red-Code/YesNt-Interpreter/blob/main/LICENSE true https://github.com/Stone-Red-Code/YesNt-Interpreter + https://github.com/Stone-Red-Code/YesNt-Interpreter/tree/main/docs https://github.com/Stone-Red-Code/YesNt-Interpreter/issues yesnt scripting language interpreter code-editor A line-based, interpreted scripting language and terminal code editor + YesNt is a line-based, interpreted scripting language. The core idea is simple: each line maps to one primary statement. Lines are processed top-to-bottom, and inline tokens (like `${variable}` or `%read_line`) are substituted before the statement executes. Postfix modifiers like `calc` and `task` can also appear at the end of a line to evaluate arithmetic or fork execution into a background thread. + **Usage** 1. Download & install the latest release