Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-dev] Does CDT provides any parser for C inline assembly?

Hi all,

My goal is to parse an C inline assembly string returned by IASTASMDeclaration.getAssembly().

I couldn't find any API for that purpose but rather just org.eclipse.cdt.internal.ui.editor.asm.AsmCodeScanner which might not be useful at all (besides being an internal class).

Any clue on could I do that?

I appreciate any help.

Wainer dos Santos Moschetta



Back to the top