Compare commits

..

No commits in common. "c254894a1ed2ff8fa6bb8a01abb4d90677c8cd8b" and "8b07ab00acb721ae5aee3f3d57fd9aa0e58730f3" have entirely different histories.

View File

@ -1,18 +1,4 @@
# OCAML SQL PARSER # OCAML SQL PARSER
using [this grammar](https://ronsavage.github.io/SQL/sql-2003-2.bnf.html) 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
```