Skip to content

Rename and export method, fromASCII -> Parse

Niels Möller requested to merge export-parse-methods into main

Use the name Parse for the methods that take an *ascii.Parser as argument, and don't require EOF (unless they end with a repeated key).

Merge request reports