module GettextPo_parser:sig
..end
type
token =
| |
MSGSTR |
| |
MSGID |
| |
MSGID_PLURAL |
| |
DOMAIN |
| |
LBRACKET |
| |
RBRACKET |
| |
NUMBER of |
| |
STRING of |
| |
EOF |
| |
COMMENT_FILEPOS of |
| |
COMMENT_SPECIAL of |
val msgfmt : (Lexing.lexbuf -> token) ->
Lexing.lexbuf -> GettextTypes.po_content