diff options
author | Özgür Kesim <oec@codeblau.de> | 2019-11-28 15:43:52 +0100 |
---|---|---|
committer | Özgür Kesim <oec@codeblau.de> | 2019-11-28 15:43:52 +0100 |
commit | 5173c86ded407b4990903e275be1f286345006ec (patch) | |
tree | 334a37efdec34392bc170669762e330a580dbf19 /result.go | |
parent | 29336c8a7a98087bc83ef39d352282bc92b1b3c5 (diff) |
remember input string in result
Diffstat (limited to 'result.go')
-rw-r--r-- | result.go | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -15,6 +15,7 @@ type Result struct { Token string Child []Result Result interface{} + Input string Start int End int } |