PSyclone
PSyclone copied to clipboard
only_exact_name parameter for find_or_create_tag on SymbolTable
When creating variables which need a tag (to find later) and we need to guarantee that the created symbol will have the correct name (e.g. if they are an import from a module) an only_exact_name
parameter would be helpful.
If this cannot be met I think we just throw an exception and fail for now.