You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
477 B
27 lines
477 B
(executable
|
|
(name stat_parser)
|
|
(modules stat_parser)
|
|
(libraries menhirLib menhirSdk menhir_stat raw_parser))
|
|
|
|
(executable
|
|
(name stat_lexer)
|
|
(modules stat_lexer raw_lexer)
|
|
(libraries raw_parser))
|
|
|
|
(library
|
|
(name menhir_stat)
|
|
(modules menhir_stat)
|
|
(libraries menhirLib menhirSdk))
|
|
|
|
(library
|
|
(name raw_parser)
|
|
(flags :standard -w -26-27)
|
|
(modules raw_parser)
|
|
(libraries menhirLib))
|
|
|
|
(menhir
|
|
(modules raw_parser)
|
|
(flags --table --inspection))
|
|
|
|
(ocamllex raw_lexer)
|