Louis Tatta
Feb 19th, 2024
The review of Zach Laine’s proposed Boost.Parser library begins today and will end on February 28th.
From the introduction page of the documentation:
Boost.Parser is a parser combinator library. That is, it consists of a set of low-level primitive parsers, and operations that can be used to combine those parsers into more complicated parsers.
There are primitive parsers that parse epsilon (the empty string), chars, ints, floats, etc.
There are operations which combine parsers to create new parsers.…
Louis Tatta
Feb 19th, 2024