package parser import ( "errors" "regexp" "strings" ) const ( FlopRegex = `(?m)\((?P\w{3}).*(.|\n|\r).*\)` DestinationRegex = `(?P[A-Z]+)(?P