<div dir="ltr">Hello list,<div><br></div><div>What do you think of a universal parsing library in the stdlib mainly for use by other libraries in the stdlib?</div><div><br></div><div>Through out the years we have had many issues with protocol parsing. Some have even introduced security bugs. The main cause of these issues is the use of simple regular expressions.</div><div><br></div><div>Having a universal parsing library in the stdlib would help cut down these issues. Such a library should be minimal yet encompassing, and whole parse trees should be entirely expressible in code. I am thinking of combinatoric parsing as the main candidate that fits this bill.</div><div><br></div><div>What do you say?</div><div><br></div><div>Thanks!</div><div>Nam</div></div>