tree-sitter / tree-sitter-c

C grammar for tree-sitter
MIT License
226 stars 100 forks source link

support gnu extended asm syntax #139

Closed benjaminBrownlee closed 1 year ago

benjaminBrownlee commented 1 year ago

Exactly as the title reads. The GNU extended assembly syntax is a special format for writing inline assembly. I am willing to try and tackle this one, though I would be open to suggestions for node names.

https://gcc.gnu.org/onlinedocs/gcc/Extended-Asm.html