This commit is contained in:
Florian Schroedl
2022-01-20 17:00:00 +01:00
parent 8e220bcb81
commit ff84711e64

View File

@@ -72,7 +72,7 @@ proc initBuilder*[T](t: Builder[T], parser: Parser, tree: seq[T]): Builder[T] =
# -- Getters
proc tokenStringValue*(x: ParserToken): string =
func tokenStringValue*(x: ParserToken): string =
## Get the Token value `x` as a string.
case x.kind:
of parserTokenChar: