Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

ml-burg(1) [debian man page]

ml-burg(1)						      General Commands Manual							ml-burg(1)

NAME
ml-burg - a tree parser generator for Standard ML SYNOPSIS
ml-burg file.burg DESCRIPTION
This manual page documents briefly the ml-burg command. This manual page was written for the Debian distribution because the original pro- gram does not have a manual page. The ml-burg program generates a Standard ML program to perform bottom-up rewriting of an input tree. Cost information associated with each rewrite rule is used to derive the minimum rewrite cost for the entire tree. A successful reduction corresponds to rewriting the input tree to a special non-terminal symbol called the start non-terminal. Upon successful reduction, facilities are provided to walk the tree emit- ting semantic actions corresponding to the rules that matched. When ml-burg is presented with file.burg, the file file.sml is generated. SEE ALSO
sml(1), ml-lex(1), ml-yacc(1), ml-makedepend(1), ml-build(1). The programs are documented fully by The ML-Burg -- Documentation, Florent Guillaume and Lal George, which is available in /usr/share/doc/ml-burg/doc.pdf. AUTHOR
This manual page was written by Aaron Matthew Read <amread@nyx.net>, for the Debian GNU/Linux system (but may be used by others) November 14, 2002 ml-burg(1)

Check Out this Related Man Page

ml-ulex(1)						      General Commands Manual							ml-ulex(1)

NAME
ml-ulex - lexer generator for Standard ML SYNOPSIS
ml-ulex [--dot] [--dump] [--match] [--ml-lex-mode] [--minimize] file DESCRIPTION
This manual page documents briefly the ml-ulex command. This manual page was written for the Debian distribution because the original pro- gram does not have a manual page. The ml-ulex script is part of the SML/NJ CM (Compilation and Library Manager) that is used to generate standalone programs. OPTIONS
A summary of some of the options is included below. --dot Generate DOT output (for graphviz). --match Enter interactive matching mode. --ml-lex-mode Operate in ml-lex compatibility mode. SEE ALSO
sml(1), ml-antlr(1), ml-lex(1), ml-yacc(1). The programs are documented fully by CM: The SML/NJ Compilation and Library Manager, User Manual, Matthias Blume, which is available via <http://cm.bell-labs.com/cm/cs/what/smlnj/doc/CM/new.pdf>. AUTHOR
This manual page was written by Daniel Moerner <dmoerner@gmail.com>, for the Debian GNU/Linux system (but may be used by others). September 4, 2009 ml-ulex(1)
Man Page