summaryrefslogtreecommitdiff
path: root/result.go
diff options
context:
space:
mode:
Diffstat (limited to 'result.go')
-rw-r--r--result.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/result.go b/result.go
index 6f0f819..13e2cd5 100644
--- a/result.go
+++ b/result.go
@@ -15,6 +15,7 @@ type Result struct {
Token string
Child []Result
Result interface{}
+ Input string
Start int
End int
}