Go to file
2025-05-05 12:22:49 +00:00
bin ignoring this for now 2024-12-10 18:00:07 +01:00
lexer adding tokens 2024-12-13 08:29:52 +01:00
lib reparing test_logical_plan 2024-12-19 13:24:03 +00:00
parser removing unsued 2024-12-16 16:04:37 +00:00
test reparing test_logical_plan 2024-12-19 13:24:03 +00:00
.gitignore wip 2024-11-24 17:10:33 +01:00
dune-project adding my name 2024-12-09 20:56:31 +01:00
ocaml_sql_parser.opam adding m name 2024-12-09 20:58:56 +01:00
README.md updating readme 2025-05-05 12:22:49 +00:00

OCAML SQL PARSER

using this grammar

resource on iceberg table format here

Dune

eval $(opam env --switch=default)

At the root of the project :

dune test
dune build