https://github.com/nucleuscloud/go-antlrv4-parser
https://github.com/nucleuscloud/go-antlrv4-parser
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/nucleuscloud/go-antlrv4-parser
- Owner: nucleuscloud
- Created: 2024-08-29T17:22:38.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-30T01:57:51.000Z (almost 2 years ago)
- Last Synced: 2025-04-09T08:31:13.168Z (about 1 year ago)
- Size: 1.13 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Go ANTLR v4 Parser
This repository provides a Go-based utility for parsing SQL queries using the ANTLR v4 framework. It leverages the T-SQL grammar to parse T-SQL queries, making it easier for developers to integrate SQL parsing into their Go projects.
## Features
- **ANTLR v4 Integration**: Utilize ANTLR v4 to parse SQL queries with a focus on T-SQL.
- **T-SQL Grammar**: This project utilizes the T-SQL grammar from the [ANTLR grammars repository](https://github.com/antlr/grammars-v4/tree/master/sql/tsql), allowing for accurate parsing of T-SQL queries.
## Prerequisites
- Go 1.18 or later
- ANTLR v4