Add support for squiggly heredocs

This commit is contained in:
Seeker
2020-12-26 23:48:20 -08:00
parent dad43359cb
commit 54bfcaf1ff
4 changed files with 85 additions and 4 deletions
+1
View File
@@ -99,6 +99,7 @@ enum mrb_string_type {
/* heredoc structure */
struct mrb_parser_heredoc_info {
mrb_bool allow_indent:1;
mrb_bool remove_indent:1;
mrb_bool line_head:1;
enum mrb_string_type type;
const char *term;