grammars-v4

GitHub

Grammars written for ANTLR v4; expectation that the grammars are free of actions.

11,038 stars ANTLR 1 file ยท ~247 tokens #hacktoberfest

grammars-v4 MCP Server

MCP server for antlr/grammars-v4

Ready-to-Use Client Configurations
{
  "mcpServers": {
    "grammars-v4": {
      "command": "npx",
      "args": [
        "-y",
        "@antlr/grammars-v4"
      ]
    }
  }
}