Turn ligo-parser into a library (was executable)
This commit is contained in:
parent
b5dc0c9e64
commit
813b405a04
@ -6,10 +6,9 @@
|
|||||||
(modules ParToken Parser)
|
(modules ParToken Parser)
|
||||||
(flags -la 1 --explain --external-tokens LexToken))
|
(flags -la 1 --explain --external-tokens LexToken))
|
||||||
|
|
||||||
(executables
|
(library
|
||||||
(names LexerMain ParserMain)
|
(name ligo_parser)
|
||||||
(public_names ligo-lexer ligo-parser)
|
(public_name ligo-parser)
|
||||||
(package ligo-parser)
|
|
||||||
(modules_without_implementation Error)
|
(modules_without_implementation Error)
|
||||||
(libraries getopt hex str uutf zarith))
|
(libraries getopt hex str uutf zarith))
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user