mirror of
https://github.com/KingDuckZ/kamokan.git
synced 2025-06-07 00:51:41 +00:00
Add todo comment.
This commit is contained in:
parent
df384f5128
commit
376b34c1d0
1 changed files with 1 additions and 0 deletions
|
@ -107,6 +107,7 @@ namespace tawashi {
|
||||||
parParsedCharCount = 0;
|
parParsedCharCount = 0;
|
||||||
|
|
||||||
std::string::const_iterator start_it = parIni->cbegin();
|
std::string::const_iterator start_it = parIni->cbegin();
|
||||||
|
//TODO: make a skipper that also skips comments eg: blank | lit("//") >> *(char_ - eol)
|
||||||
const bool parse_ok = boost::spirit::qi::phrase_parse(
|
const bool parse_ok = boost::spirit::qi::phrase_parse(
|
||||||
start_it,
|
start_it,
|
||||||
parIni->cend(),
|
parIni->cend(),
|
||||||
|
|
Loading…
Add table
Reference in a new issue