if ( c == '/' && iter.next == '*' ) {
                iter.reverse();
                parentPos.markChunkEnd( iter.index );
                self.comment( true );
                parentPos.markChunkStart( iter.index + 1 );