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:
@@ -32,7 +32,6 @@ internal class TextEditor
|
||||
|
||||
public TextEditor()
|
||||
{
|
||||
YesNtInterpreter.Initialize();
|
||||
YesNtInterpreter.OnDebugOutput += YesNtInterpreter_OnDebugOutput;
|
||||
YesNtInterpreter.OnLineExecuted += YesNtInterpreter_OnLineExecuted;
|
||||
syntaxHighlighter = new(YesNtInterpreter.StatementInformation);
|
||||
|
||||
Reference in New Issue
Block a user