Updated README.md
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user