parser, nix, project setup
This commit is contained in:
commit
947e666706
22 changed files with 651 additions and 0 deletions
0
bin/.ocamlformat
Normal file
0
bin/.ocamlformat
Normal file
5
bin/dune
Normal file
5
bin/dune
Normal file
|
@ -0,0 +1,5 @@
|
|||
(executable
|
||||
(public_name culr)
|
||||
(name main)
|
||||
(modes byte exe)
|
||||
(libraries culr))
|
5
bin/main.ml
Normal file
5
bin/main.ml
Normal file
|
@ -0,0 +1,5 @@
|
|||
open! Culr
|
||||
|
||||
|
||||
|
||||
let () = Culr.Pipes.read_all ()
|
Loading…
Add table
Add a link
Reference in a new issue