compiler: resolve duplicate doc for "compiled".
parent
961d0c4eb9
commit
af2a53239e
|
@ -54,8 +54,6 @@ $nl
|
||||||
|
|
||||||
ABOUT: "compiler"
|
ABOUT: "compiler"
|
||||||
|
|
||||||
HELP: compiled { $var-description "An " { $link assoc } " used during the compilation process which maps from words to their generated code." } ;
|
|
||||||
|
|
||||||
HELP: frontend
|
HELP: frontend
|
||||||
{ $values { "word" word } { "tree" sequence } }
|
{ $values { "word" word } { "tree" sequence } }
|
||||||
{ $description "First step of the compilation process. It outputs a high-level tree in SSA form." } ;
|
{ $description "First step of the compilation process. It outputs a high-level tree in SSA form." } ;
|
||||||
|
@ -66,8 +64,7 @@ HELP: backend
|
||||||
{ $see-also generate } ;
|
{ $see-also generate } ;
|
||||||
|
|
||||||
HELP: compiled
|
HELP: compiled
|
||||||
{ $description { "An " { $link assoc } " used by the optimizing compiler for intermediate storage of generated code. The keys are the labels to the CFG:s and the values the generated code as given by the " { $link generate } " word." } } ;
|
{ $var-description { "An " { $link assoc } " used by the optimizing compiler for intermediate storage of generated code. The keys are the labels to the CFG:s and the values the generated code as given by the " { $link generate } " word." } } ;
|
||||||
|
|
||||||
|
|
||||||
HELP: compile-word
|
HELP: compile-word
|
||||||
{ $values { "word" word } }
|
{ $values { "word" word } }
|
||||||
|
|
Loading…
Reference in New Issue