Fix rename
This commit is contained in:
@@ -27,7 +27,7 @@ proc isStreamCompleted*(parserResult: ParserResult): bool =
|
|||||||
isStreamCompleted,
|
isStreamCompleted,
|
||||||
)
|
)
|
||||||
|
|
||||||
# -- Parsing Proctions
|
# -- Parsing functions
|
||||||
|
|
||||||
proc ch*(expectedChars: set[char]): parserFnT {.inline.} =
|
proc ch*(expectedChars: set[char]): parserFnT {.inline.} =
|
||||||
return proc(parser: Parser): ParserResult =
|
return proc(parser: Parser): ParserResult =
|
||||||
|
|||||||
Reference in New Issue
Block a user