metaparse/example/minimal_rational
2017-04-20 16:35:06 +02:00
..
Jamfile.v2 Add minimal_rational example 2015-09-14 14:46:01 +02:00
main.cpp Separate C++98 and C++11 implementations 2017-04-20 16:35:06 +02:00
README Add minimal_rational example 2015-09-14 14:46:01 +02:00

Parser for rational numbers. The aim is to present a very simple parser,
therefore error messages for invalid input can be improved. To see a more
advanced version, take a look at the rational example.