parser, nix, project setup

This commit is contained in:
atagen 2024-11-26 14:48:39 +11:00
commit 947e666706
22 changed files with 651 additions and 0 deletions

5
bin/dune Normal file
View file

@ -0,0 +1,5 @@
(executable
(public_name culr)
(name main)
(modes byte exe)
(libraries culr))