mirror of
https://github.com/Stone-Red-Code/YesNt-Interpreter.git
synced 2026-09-09 16:06:08 +02:00
Upgrade to .NET 8 and code cleanup
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
namespace YesNt.Interpreter.Runtime
|
||||
namespace YesNt.Interpreter.Runtime;
|
||||
|
||||
internal abstract class StatementRuntimeInformation
|
||||
{
|
||||
internal abstract class StatementRuntimeInformation
|
||||
{
|
||||
public RuntimeInformation RuntimeInfo { get; set; }
|
||||
}
|
||||
public RuntimeInformation RuntimeInfo { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user