(C++) parser
February 24, 2017 · View on GitHub
(C++) parser
A parser is something (for example, a class or function) that analyses a text.
Examples of parsers
- boost::property_tree: to parse
- TestFunctionParser: to parse a function
February 24, 2017 · View on GitHub
A parser is something (for example, a class or function) that analyses a text.