Maybe new strategy?
This commit is contained in:
@@ -313,6 +313,9 @@ int main(int argc, char **argv) {
|
||||
if(lex->symbol != END) { errno = EILSEQ; goto syntax; }
|
||||
break;
|
||||
}
|
||||
if(lex->symbol == BIBLE_BOOK
|
||||
|| lex->symbol == BIBLE_CHAPTER_VERSE)
|
||||
printf("[%.*s]\n", (int)(lex->s1 - lex->s0), lex->s0);
|
||||
}
|
||||
continue;
|
||||
syntax:
|
||||
|
||||
Reference in New Issue
Block a user