USING: compiler.cfg help.markup help.syntax ; IN: compiler.cfg.dataflow-analysis HELP: FORWARD-ANALYSIS: { $syntax "FORWARD-ANALYSIS: word" } { $values { "word" "name of the compiler pass" } } { $description "Syntax word for defining a forward analysis compiler pass." } ; HELP: BACKWARD-ANALYSIS: { $syntax "BACKWARD-ANALYSIS: word" } { $values { "word" "name of the compiler pass" } } { $description "Syntax word for defining a backward analysis compiler pass." } ;