Compilers and Compiler Generators an introduction with C++ ?P.D. Terry, Rhodes University, 1996 p.terry@ru.ac.za This is a set of Postcript?files of the text of my book "Compilers and Compiler Generators - an introduction with C++", published in 199
奥多克
odoc是OCaml的文档生成器。 它读取以(** ... *)分隔的文档注释,并输出HTML。 参见。
文档注释中的文本以ocamldoc语法标记:
val compare : string -> string -> int
(* * [compare s1 s2] compares [s1] and [s2] in {e lexicographic} order. The
result is negative if [s1] precedes [s2], p