Skip to main content

Crate perl_edit

Crate perl_edit 

Source
Expand description

Edit tracking for incremental parsing

This module provides types and algorithms for tracking edits to source code and applying them to an existing parse tree.

Structsยง

Edit
Represents an edit to the source text
EditSet
Collection of edits that can be applied together