mirror of
https://github.com/Stone-Red-Code/YesNt-Interpreter.git
synced 2026-09-04 00:56:31 +02:00
Remove Initialize calls and add AddStatement tests
This commit is contained in:
@@ -5,7 +5,6 @@ using YesNt.Interpreter.Runtime;
|
||||
if (args.Length == 1)
|
||||
{
|
||||
YesNtInterpreter interpreter = new YesNtInterpreter();
|
||||
interpreter.Initialize();
|
||||
interpreter.Execute(args[0]);
|
||||
}
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user