Module difft::parse::syntax

source ·
Expand description

Syntax tree definitions with change metadata.

Structs

Enums

  • AtomKind 🔒
  • MatchKind 🔒
    A matched token (an atom, a delimiter, or a comment word).
  • StringKind 🔒
    Different types of strings. We want to diff these the same way, but highlight them differently.
  • Syntax 🔒
  • TokenKind 🔒
    Unlike atoms, tokens can be delimiters like {.

Functions

Type Aliases