implement literal %W %w %s

refactor string parsing
This commit is contained in:
FUKUZAWA-Tadashi
2013-03-12 21:54:17 +09:00
committed by Masaki Muranaka
parent a4c30b93ac
commit 05e735595e
6 changed files with 921 additions and 820 deletions
+1 -1
View File
@@ -39,7 +39,7 @@ is_code_block_open(struct mrb_parser_state *parser)
int code_block_open = FALSE;
/* check for unterminated string */
if (parser->sterm) return TRUE;
if (parser->lex_strterm) return TRUE;
/* check for heredoc */
if (parser->heredoc_starts_nextline) return TRUE;