24 lines
354 B
Plaintext
24 lines
354 B
Plaintext
(ocamllex E_Lexer Preproc)
|
|
|
|
(menhir
|
|
(modules E_Parser))
|
|
|
|
(library
|
|
(name PreProc)
|
|
(public_name ligo.preproc)
|
|
(libraries
|
|
getopt
|
|
simple-utils)
|
|
(wrapped false)
|
|
(modules E_Parser E_Lexer E_AST Preproc))
|
|
|
|
(test
|
|
(modules ProcMain)
|
|
(libraries PreProc)
|
|
(name ProcMain))
|
|
|
|
(test
|
|
(modules E_Main)
|
|
(libraries PreProc)
|
|
(name E_Main))
|