Updated README.md

This commit is contained in:
Creeper Lv
2026-05-26 16:26:56 +10:00
parent 2950db1efb
commit 0c0276389e
+8
View File
@@ -168,6 +168,12 @@ namesapce SLexGenerated{
Continue,
Skip,
ContinueWithOutput
}
public enum SegmentTag{
<Generated-from-rule-file>
}
public enum SegmentId{
Default,<Generated-from-rule-file>
}
public class Segment{
public string Content;
@@ -176,6 +182,8 @@ namesapce SLexGenerated{
public Segment? Next;
public long Line;
public long Column;
public SegmentTag Tag;
public SegmentId Id;
}
}
```