Update README

Removed 'Rapid prototyping or' from the description.
This commit is contained in:
Stone_Red
2026-03-06 02:55:11 +01:00
committed by GitHub
parent bcca13f06c
commit 5b24440f0b
+1 -1
View File
@@ -20,7 +20,7 @@ YesNt is a line-based, interpreted scripting language. The core idea is simple:
YesNt is intentionally minimal and is well suited for:
- Scripting in games or applications where simple syntax and customizability are needed
- Rapid prototyping or automation tasks where a lightweight embedded language is beneficial
- Automation tasks where a lightweight embedded language is beneficial
- Educational purposes to learn language design by adding new statements or modifying existing ones
- Embedding as a scripting engine in larger C# projects, with the ability to expose custom functionality through registered statements