mirror of
https://github.com/Stone-Red-Code/YesNt-Interpreter.git
synced 2026-09-04 00:56:31 +02:00
323 B
323 B
YesNt
YesNt is a imperative and interpreted language inspired by the Assembly language.
Syntax
Current language syntax is documented in SYNTAX_V2.md.
Example:
let name = world
print_line Hello ${name}
Run
dotnet run --project YesNt.Interpreter -- path/to/script.ynt