11 lines
162 B
Text
11 lines
162 B
Text
|
(ocamllex lexer)
|
||
|
|
||
|
(menhir
|
||
|
(flags --explain --inspection --table)
|
||
|
(modules parser))
|
||
|
|
||
|
(executable
|
||
|
(name fun)
|
||
|
(ocamlopt_flags :standard)
|
||
|
(libraries menhirLib)
|
||
|
)
|