diff --git a/README.md b/README.md index ae4723e..1db6131 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,18 @@ # OCAML SQL PARSER using [this grammar](https://ronsavage.github.io/SQL/sql-2003-2.bnf.html) -resource on iceberg table format [here](https://www.dremio.com/resources/guides/apache-iceberg-an-architectural-look-under-the-covers/?utm_campaign=Search - Nonbrand - Iceberg - Global&utm_medium=cpc&utm_source=google&utm_term=apache iceberg architecture&campaignid=21254670688&adgroupid=161477881323&matchtype=p&gad_source=1&gclid=EAIaIQobChMIqu6NnIybigMV2ExBAh1xii74EAAYASAAEgLUhPD_BwE) + +resource on iceberg table format [here](https://www.dremio.com/resources/guides/apache-iceberg-an-architectural-look-under-the-covers/) + +## Dune + +``` +eval $(opam env --switch=default) +``` + +At the root of the project : + +``` +dune test +dune build +``` \ No newline at end of file