24 lines
354 B
Plaintext
Raw Normal View History

2020-03-23 19:43:06 +01:00
(ocamllex E_Lexer Preproc)
2020-01-27 16:05:47 +01:00
(menhir
2020-03-23 19:43:06 +01:00
(modules E_Parser))
2020-01-27 16:05:47 +01:00
(library
(name PreProc)
2020-03-23 19:43:06 +01:00
(public_name ligo.preproc)
(libraries
getopt
simple-utils)
2020-01-27 16:05:47 +01:00
(wrapped false)
2020-03-23 19:43:06 +01:00
(modules E_Parser E_Lexer E_AST Preproc))
2020-01-27 16:05:47 +01:00
(test
(modules ProcMain)
(libraries PreProc)
(name ProcMain))
(test
2020-03-23 19:43:06 +01:00
(modules E_Main)
2020-01-27 16:05:47 +01:00
(libraries PreProc)
2020-03-23 19:43:06 +01:00
(name E_Main))