Reorganized project

This commit is contained in:
2025-12-08 22:25:36 +03:00
parent 3f0a860a03
commit 4faf309752
15 changed files with 621 additions and 0 deletions

7
lib/parser/dune Normal file
View File

@@ -0,0 +1,7 @@
(library
(name parser)
(modules parser lex parse ast)
(package ollisp))
(menhir (modules parse))
(ocamllex lex)