From 34680cbd69a54324c0106ffbd03c05603e1d927b Mon Sep 17 00:00:00 2001 From: Sayan Nandan Date: Mon, 8 Jan 2024 21:03:00 +0000 Subject: [PATCH] Add note on spec --- docs/blueql/1.overview.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/blueql/1.overview.md b/docs/blueql/1.overview.md index 556ab968f..477616c4a 100644 --- a/docs/blueql/1.overview.md +++ b/docs/blueql/1.overview.md @@ -18,7 +18,10 @@ Just like SQL, BlueQL has three categories of commands/queries inside it: Jump to [differences from SQL](#differences-from-sql). -## Language specification +## Informal language specification + +Note that this is not a formal specification! It's intended for developers and users looking to *use* Skytable. If you're someone who is designed in the actual formal specification (for example, a proper grammar definition) please raise an issue and we'll get it done. Since no users have actually requested for it, it has +not been worked on. ### Identifiers Can begin with any ASCII alphabet or an underscore (`_`) and then have any number of alphanumeric characters and/or underscores.