Unfortunately, the 'extras' array expects single tokens only, so one can't really use a recursive parsing rule to express nesting comments...
For now it only supports non-nested comments. It seems like I *will* need to write an external lexer to account for nesting properly.