Updated README.md
This commit is contained in:
@@ -168,6 +168,12 @@ namesapce SLexGenerated{
|
|||||||
Continue,
|
Continue,
|
||||||
Skip,
|
Skip,
|
||||||
ContinueWithOutput
|
ContinueWithOutput
|
||||||
|
}
|
||||||
|
public enum SegmentTag{
|
||||||
|
<Generated-from-rule-file>
|
||||||
|
}
|
||||||
|
public enum SegmentId{
|
||||||
|
Default,<Generated-from-rule-file>
|
||||||
}
|
}
|
||||||
public class Segment{
|
public class Segment{
|
||||||
public string Content;
|
public string Content;
|
||||||
@@ -176,6 +182,8 @@ namesapce SLexGenerated{
|
|||||||
public Segment? Next;
|
public Segment? Next;
|
||||||
public long Line;
|
public long Line;
|
||||||
public long Column;
|
public long Column;
|
||||||
|
public SegmentTag Tag;
|
||||||
|
public SegmentId Id;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user