Reorganized basically everything, making way for the compiler
This commit is contained in:
8
parser/dune
Normal file
8
parser/dune
Normal file
@@ -0,0 +1,8 @@
|
||||
(library
|
||||
(name parser)
|
||||
(public_name parser)
|
||||
(modules parser lex parse ast)
|
||||
)
|
||||
|
||||
(menhir (modules parse))
|
||||
(ocamllex lex)
|
||||
Reference in New Issue
Block a user