Commit 7bdfc0a68506709b05c40ac519ded044a5ad7124

Patrick Steinhardt 2017-07-14T15:33:32

parse: always initialize line pointer Upon initializing the parser context, we do not currently initialize the current line, line length and line number. Do so in order to make the interface easier to use and more obvious for future consumers of the parsing API.