Up

module Command_lexer

: sig
#
val parse_command : Lexing.lexbuf -> Comm.t
end