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