mirror of
https://github.com/ZuneDev/ZuneUIXTools.git
synced 2026-07-27 13:11:59 -07:00
Add line and column numbers to lexer tree
This commit is contained in:
@@ -10,6 +10,8 @@ public abstract record AsmItem : IAsmItem
|
||||
{
|
||||
public int Line { get; set; } = -1;
|
||||
public int Column { get; set; } = -1;
|
||||
|
||||
internal const string DebuggerDisplay = "({Line}, {Column})";
|
||||
}
|
||||
|
||||
public interface IDirective : IAsmItem;
|
||||
|
||||
Reference in New Issue
Block a user