| Crates.io | tree-sitter-gcode |
| lib.rs | tree-sitter-gcode |
| version | 0.1.1 |
| created_at | 2025-06-15 14:45:09.349147+00 |
| updated_at | 2025-06-15 17:52:31.242922+00 |
| description | G-code grammar for tree-sitter |
| homepage | |
| repository | https://github.com/chocolatenao/tree-sitter-gcode.git |
| max_upload_size | |
| id | 1713373 |
| size | 418,201 |
G-code grammar for tree-sitter.
This parser was written using a list of references described in the References section. It should work with most cases. Due to wide range of G-code implementations, some unique features may not be supported in this grammar. However, I was trying my best to match common specifications as precise as possible.
Feel free to open an issue with a feature request or do a pull request to extend this grammar to support more features.