mirror of
https://github.com/Stone-Red-Code/YesNt-Interpreter.git
synced 2026-09-04 09:06:41 +02:00
Add docsUrl and description in yesnt.nuspec file
This commit is contained in:
@@ -9,10 +9,13 @@
|
|||||||
<licenseUrl>https://github.com/Stone-Red-Code/YesNt-Interpreter/blob/main/LICENSE</licenseUrl>
|
<licenseUrl>https://github.com/Stone-Red-Code/YesNt-Interpreter/blob/main/LICENSE</licenseUrl>
|
||||||
<requireLicenseAcceptance>true</requireLicenseAcceptance>
|
<requireLicenseAcceptance>true</requireLicenseAcceptance>
|
||||||
<projectSourceUrl>https://github.com/Stone-Red-Code/YesNt-Interpreter</projectSourceUrl>
|
<projectSourceUrl>https://github.com/Stone-Red-Code/YesNt-Interpreter</projectSourceUrl>
|
||||||
|
<docsUrl>https://github.com/Stone-Red-Code/YesNt-Interpreter/tree/main/docs</docsUrl>
|
||||||
<bugTrackerUrl>https://github.com/Stone-Red-Code/YesNt-Interpreter/issues</bugTrackerUrl>
|
<bugTrackerUrl>https://github.com/Stone-Red-Code/YesNt-Interpreter/issues</bugTrackerUrl>
|
||||||
<tags>yesnt scripting language interpreter code-editor</tags>
|
<tags>yesnt scripting language interpreter code-editor</tags>
|
||||||
<summary>A line-based, interpreted scripting language and terminal code editor</summary>
|
<summary>A line-based, interpreted scripting language and terminal code editor</summary>
|
||||||
<description>
|
<description>
|
||||||
|
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**
|
**Usage**
|
||||||
|
|
||||||
1. Download & install the latest release
|
1. Download & install the latest release
|
||||||
|
|||||||
Reference in New Issue
Block a user