flu-plus-plus / bachelorproef

Bachelorproef Informatica Universiteit Antwerpen 2016–2017
Other
0 stars 4 forks source link

Implement population rule XML parser #12

Closed jonathanvdc closed 7 years ago

jonathanvdc commented 7 years ago

The plan is to be able to spell this:

std::istream stream;
PopulationRules rules = PopulationRuleParser.parse(stream);
lynn commented 7 years ago

This can be closed once #15 is merged.

jonathanvdc commented 7 years ago

15 has been merged! :)