Tree-sitter grammar for the GAMS (General Algebraic Modeling System) language.
This project provides a fast, incremental parser for GAMS source files using Tree-sitter. It enables syntax highlighting, structural analysis, and integration with IDEs and language tooling such as LSP servers.
- None for now (early stage)
First time, install tree-sitter-cli :
npm install -g tree-sitter-cli
For testing on a GAMS code sample :
tree-sitter generate
tree-sitter parse code_sample.gms