passlab / ompparser

ompparser: A Standalone and Unified OpenMP Parser
https://github.com/passlab/ompparser
Other
5 stars 1 forks source link

Refactor OpenMPIR processing module #101

Closed ouankou closed 4 years ago

ouankou commented 4 years ago

It's divided into three files, which are for processing IR (adding clause, normalization, and so on), unparsing string, and generating DOT files.

Some bugs in the grammar are fixed as well.