| SMLDoc |
structure Parser : PARSER =
struct
type context = annotationContext
val emptyContext : context
val addInfix : string * context -> context
val parseFile
: DocumentGenerationParameter.parameter ->
context -> string -> AnnotatedAst.compileUnit
end
Type detail |
---|
type context = annotationContext
Value detail |
---|
val emptyContext : context
fun addInfix (name, context) : string * context -> context
name
context
fun parseFile parameter context fileName
: DocumentGenerationParameter.parameter ->
context -> string -> AnnotatedAst.compileUnit
parameter
context
fileName
| SMLDoc: Documentation generator for SML |