
I want to use spirit parsing some text file. The very basic element in those
files is string, float and int. For example:
123L
"hello"
987.4343
I wrote my grammar class:
struct pm_parser : public grammar
I want to use spirit parsing some text file. The very basic element in those
files is string, float and int. For example:
123L
"hello"
987.4343
I wrote my grammar class:
struct pm_parser : public grammar