swift-parser
swift-parser copied to clipboard
This parser does not allow empty option in field name in MT block
Unfortunately this great parser does not allow parsing of fields (in MT block) without option, like ":20:". It parses only fields with option like ":20C:". In the first case it throws an exception "Expected [A-Za-z] but found ':' " :-(