Build system for Embox
$ opam install . --deps-only --with-test
$ opam exec -- dune buildcaravan provides two command line interfaces: src/compiler.exe and src/parser/parser.exe
$ ./_build/default/src/compiler.exe --help # for help
$ ./_build/default/src/compiler.exe <filename> # compile one source file (WIP)
$ ./_build/default/src/compiler.exe <path> -dir # scan directory for source files and compile as single project (WIP)$ ./_build/default/src/parser/parser.exe <filename> # parse source file and print AST to stdout