mirror of
https://github.com/Stone-Red-Code/YesNt-Interpreter.git
synced 2026-09-04 00:56:31 +02:00
Fix mistakes in docs
This commit is contained in:
+1
-1
@@ -16,7 +16,7 @@ Each line is one statement. There are no multi-line expressions.
|
|||||||
### Running a script from the command line
|
### Running a script from the command line
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
dotnet run --project YesNt.Interpreter.App -- path/to/script.ynt
|
yesnt path/to/script.ynt
|
||||||
```
|
```
|
||||||
|
|
||||||
### Hello world
|
### Hello world
|
||||||
|
|||||||
+1
-1
@@ -5,7 +5,7 @@
|
|||||||
## Start the editor
|
## Start the editor
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
dotnet run --project YesNt.CodeEditor -- [optional-path-to-file.ynt]
|
yesntcode [optional-path-to-file.ynt]
|
||||||
```
|
```
|
||||||
|
|
||||||
If you pass a file path, it is loaded on startup.
|
If you pass a file path, it is loaded on startup.
|
||||||
|
|||||||
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
# YesNt Library API
|
# YesNt Library API
|
||||||
|
|
||||||
The `YesNt.Interpreter` project is a .NET 8 class library. You can reference it from any C# project
|
The `YesNt.Interpreter` project is a .NET 10 class library. You can reference it from any C# project
|
||||||
to embed the YesNt interpreter and run scripts programmatically.
|
to embed the YesNt interpreter and run scripts programmatically.
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|||||||
Reference in New Issue
Block a user