module languages/ansi-c/syntax/GNU-Extensions

%% This module is under construction

exports

sorts Comment

lexical syntax
  [\/][\/] (~[\n])* [\n] -> Comment

context-free syntax

"(" Statement ")" ";" -> Statement

%% struct declarations with zero members
"struct"|"union" Identifier? "{" "}" -> Specifier