mirror of
https://github.com/KingDuckZ/kamokan.git
synced 2024-11-27 00:43:47 +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;
|
||||
|
||||
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(
|
||||
start_it,
|
||||
parIni->cend(),
|
||||
|
|
Loading…
Reference in a new issue