From a7e277a08dc9eeafcb13ad89477090c357d90922 Mon Sep 17 00:00:00 2001 From: Drew Davis Date: Mon, 6 Jul 2026 17:53:01 -0400 Subject: [PATCH] docs: Add playground link --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 2faec5697..095a4577a 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ A TypeScript parser for ClickHouse SQL. Parses ClickHouse SQL into a typed AST, with support for formatting back to SQL. +Explore the parser output in the [playground](https://clickhouse.github.io/clickhouse-js-parser/). + **Note:** This is alpha-level Claudeware. The API and AST formats are subject to change. ## Installation