Nasty.AST.Phrase (Nasty v0.3.0)
View SourcePhrase-level AST nodes for syntactic structure.
Phrases are the building blocks of sentences, grouping tokens into functional units (noun phrases, verb phrases, etc.).
Summary
Types
@type t() :: Nasty.AST.NounPhrase.t() | Nasty.AST.VerbPhrase.t() | Nasty.AST.PrepositionalPhrase.t() | Nasty.AST.AdverbialPhrase.t() | Nasty.AST.AdjectivalPhrase.t()