Hot fix for bug with block comments.
Block comments that looked like this:
{
/* No leading characters or trailing characters after closing block */
}
... caused the parser to wrap around and check see the leading and trailing forward slash as a single line comment and not parse out the block comment.