Skip to content
Snippets Groups Projects
  • Adam Wardynski's avatar
    Redesign Match to act more like other Value types. · a3897913
    Adam Wardynski authored
    MatchVector, AnnotationMatch, TokenMatch are now MatchData
    MatchData is value_type of Match which now has get_value/set_value
    Match has also copy construction working properly now
    Default value for Match holds MatchVector so adding $m:_M var in grammar works as intended.
    a3897913