• Show log

    Commit

  • Hash : 7bdfc0a6
    Author : Patrick Steinhardt
    Date : 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.