ML-yacc is a parser generator for for Standard ML.
ML-yacc is a parser generator for Standard ML (sml). It is a variant of yacc, and uses a similar syntax; it produces an ML program instead of a C program.
It normally would use ml-lex to build a lexer for use with an ML parser.
Resources:
See Also: