mirror of
https://github.com/Stone-Red-Code/YesNt-Interpreter.git
synced 2026-09-09 16:06:08 +02:00
Add more statements and bug fixes
Add `Execute(List<string>...` method to interpreter Add escape sequence (`!!`) Fix `Evaluator.Calulate` method not correctly handling `-` and `+` prefixes
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
{
|
||||
internal enum Priority
|
||||
{
|
||||
PreProcessing,
|
||||
Highest,
|
||||
VeryHigh,
|
||||
High,
|
||||
|
||||
Reference in New Issue
Block a user