tree-sitter-asm icon indicating copy to clipboard operation
tree-sitter-asm copied to clipboard

Generic assembly grammar for tree-sitter

Results 4 tree-sitter-asm issues
Sort by recently updated
recently updated
newest added

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,...

![screenshot1](https://github.com/RubixDev/tree-sitter-asm/assets/173495780/55e5c382-bbe5-4ff3-a537-bf40ccc0e3b9) 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,...