nikgoodley-ibboost / gbench

Automatically exported from code.google.com/p/gbench
Apache License 2.0
0 stars 0 forks source link

Non-labled syntax should be supported #19

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
{{{
benchmark {
        range.each {
                "string" {
                        …
                }
        }
}
}}}
does not work.

Original issue reported on code.google.com by nagaimas...@gmail.com on 22 Apr 2013 at 5:05