From 5173c86ded407b4990903e275be1f286345006ec Mon Sep 17 00:00:00 2001 From: Özgür Kesim Date: Thu, 28 Nov 2019 15:43:52 +0100 Subject: remember input string in result --- result.go | 1 + 1 file changed, 1 insertion(+) (limited to 'result.go') 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 } -- cgit v1.2.3