passlab / ompparser

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

Fixed issue #80 and #83 #85

Closed XinyaoYI closed 4 years ago

XinyaoYI commented 4 years ago

let user to specify whether it is for C, C++ or Fortran #80 Set two internal global variables for language: user_set_lang for storing user-specified language, auto_lang for storing parser detected language. And use setLang() to let user set the language.