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