Closed Hywan closed 7 years ago
Follow up of #83. Fix #85.
chain!
do_parse!
named!
named_attr!
first!
nom::sep!
nom::eat_separator!
Follow up of #83. Fix #85.
Progression
chain!
has been deprecated in favor ofdo_parse!
,named!
bynamed_attr!
, see https://github.com/tagua-vm/parser/issues/85,first!
bynom::sep!
ornom::eat_separator!
, see https://github.com/tagua-vm/parser/issues/84 postponed.