package sqlgg
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
SQL Guided (code) Generator
Install
dune-project
Dependency
Authors
Maintainers
Sources
sqlgg-20260721.tbz
sha256=40d7699187951dd2f17d885c4f4f04124930bf7dc1119d4cca322c5f0cb42d8e
sha512=e7c90683cddcff3ca0ba9de9e40c2c4c69923ea62e2647f1a70083e42ed00b7cab53f8a14d1a965ee4465966bc02fa75fa7cb42e485beae1a9c26bdc252c3665
doc/src/sqlgg.lib/parser.ml.html
Source file parser.ml
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19module T_SQL_parser = struct type token = Sql_parser.token type result = Sql.stmt let rule = Sql_lexer.parse_rule let input = Sql_parser.input end module T = Parser_utils.Make (T_SQL_parser) type parse_result = { statement : Sql.stmt; dialect_features : Dialect.dialect_support list; } let parse_stmt stmt = let stmt = T.parse_buf_exn (Lexing.from_string stmt) in let dialect_features = Dialect.analyze stmt in { statement = stmt; dialect_features }
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>