tree-sitter-asm
tree-sitter-asm copied to clipboard
Generic assembly grammar for tree-sitter
Fix https://github.com/RubixDev/tree-sitter-asm/issues/12 For file: ```asm inc %edi #comment2 ``` Previous parse: ``` (program [0, 0] - [1, 0] (instruction [0, 0] - [0, 18] kind: (word [0, 0] - [0,...
 I have tried multiple color schemes and every time there is the same problem. Thank You!
Hello! Tree-sitter v0.23.0 is out, which brings a change to the dependecy grammars depend on (from `tree-sitter` to `tree-sitter-language`. Would it be possible to create a new release with the...
Hello, I found several errors regarding pointers in ARMv7 (or missing features). Here are several examples underlining the different issues that I have attempted to solve. For `LDR A3, [A1,...