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