mirror of
https://github.com/Stone-Red-Code/YesNt-Interpreter.git
synced 2026-09-09 07:56:06 +02:00
Replace LINQ ordering with manual sorting for statement entries, replace Attributes form public API with normal data class
This commit is contained in:
@@ -7,4 +7,4 @@ namespace YesNt.Interpreter.Runtime;
|
||||
/// <summary>
|
||||
/// Pre-calculated statement handler information for faster matching.
|
||||
/// </summary>
|
||||
internal record StatementHandler(StatementAttribute Attribute, Action<string> Handler, string FullName);
|
||||
internal record StatementHandler(StatementAttributeContainer Attribute, Action<string> Handler, string FullName);
|
||||
Reference in New Issue
Block a user