A browser-based SQL syntax checker built with plain JavaScript. It tokenizes a SQL query, parses the token stream, and runs a small semantic validation pass for GROUP BY queries without requiring a ...