Function Parser.parseGccAsmInstruction

Parses an AsmInstruction using GCC Assembler

GccAsmInstruction parseGccAsmInstruction();

gccAsmInstruction: | expression ':' gccAsmOperandList? (':' gccAsmOperandList? (':' stringLiteralList)? )? ';' | expression ':' ':' gccAsmOperandList? ':' stringLiteralList ';' ':' declaratorIdentifierList ';' ;