Constructing a parser

Published

June 7, 2024

Caution

Content TBA

using CitableParserBuilder
parser = CitableParserBuilder.gettysburgParser()
typeof(parser) |> supertype
CitableParser

Outline

  • in-memory implementations
  • interchangeable back ends (DataFrame, vector of strings, Dict)
  • concrete implementations work only with identifiers
  • advantages of subtypes are that they understand what the identifiers refer to

The GettysburgParser