Fix rename

This commit is contained in:
Florian Schroedl
2022-08-26 16:26:35 +02:00
parent 5f077eb1e0
commit 1cbb52f4c4

View File

@@ -27,7 +27,7 @@ proc isStreamCompleted*(parserResult: ParserResult): bool =
isStreamCompleted,
)
# -- Parsing Proctions
# -- Parsing functions
proc ch*(expectedChars: set[char]): parserFnT {.inline.} =
return proc(parser: Parser): ParserResult =