Skip to content

Parser improvement

Loic Hausammann requested to merge parser_check_reading into master

I have improved the parser by keeping trace of the parameters used with parser_get_* and writing only the parameters called with parser_get_*. The second improvement is to keep a trace of optional arguments by adding them to the params structure.

Merge request reports