mirror of
https://github.com/Stone-Red-Code/YesNt-Interpreter.git
synced 2026-09-10 07:56:08 +02:00
Make YesNtInterpreter usable as a library and add AddStatement method to be able to define custom statement
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
namespace YesNt.Interpreter.Enums;
|
||||
|
||||
internal enum Priority
|
||||
public enum Priority
|
||||
{
|
||||
PreProcessing,
|
||||
Highest,
|
||||
|
||||
Reference in New Issue
Block a user