public PragmaDeclaration parsePragmaDeclaration()
Parses a PragmaDeclaration
pragmaDeclaration:
   pragmaExpression ';'
   ;