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