This commit is contained in:
Kartik Agaram 2018-10-01 08:34:00 -07:00
parent 83c4fbc91c
commit 2540fceca5
1 changed files with 1 additions and 1 deletions

View File

@ -160,7 +160,7 @@ void parse(istream& fin, program& out) {
trace(99, "parse") << "new segment " << segment_title << end();
out.segments.push_back(segment());
}
// todo?
// todo: segment segment metadata
break; // skip rest of line
}
if (word_data[0] == ':') {