Files
mruby-mruby/mrbgems
Yukihiro "Matz" Matsumoto 43512cc7bd Reorganize heredoc rules; fix #3273
The following codes used to be SyntaxError:

(1)
  a = <<-EOD;
  hello
  EOD

(2)
  <<-EOD.bla begin
  k
  EOD
  end
2016-12-05 02:55:39 +09:00
..
2016-07-27 16:51:10 -03:00
2016-11-25 22:25:48 +09:00
2016-12-01 16:13:24 +09:00
2016-09-28 12:29:41 +09:00
2016-09-06 17:11:18 +09:00
2016-03-23 12:34:32 +09:00
2016-09-28 12:29:41 +09:00
2015-12-22 17:46:20 +09:00
2016-11-23 11:21:14 -05:00
2016-11-30 03:51:23 +09:00
2016-11-30 12:36:22 +09:00
2015-09-01 20:54:27 -04:00