Parse inline assembler block. Enters with token on the asm. https://dlang.org/spec/iasm.html
AsmStatement: asm FunctionAttributes(opt) { AsmInstructionListopt } AsmInstructionList: AsmInstruction ; AsmInstruction ; AsmInstruction
true if EOL means end of asm statement
inline assembler block as a Statement
See Implementation
Parse inline assembler block. Enters with token on the asm. https://dlang.org/spec/iasm.html
AsmStatement: asm FunctionAttributes(opt) { AsmInstructionListopt } AsmInstructionList: AsmInstruction ; AsmInstruction ; AsmInstruction