Rules: Order of Operation
#4
Don't forget the debugging options you can use to output successful rules (and optionally the original and processed words too):

Code:
    --debug-mode              | Num  | Defines the debug mode (hybrid only by using rules)  | --debug-mode=4
    --debug-file              | File | Output file for debugging rules                      | --debug-file=good.log

- [ Rule Debugging Modes ] -

  # | Format
 ===+========
  1 | Finding-Rule
  2 | Original-Word
  3 | Original-Word:Finding-Rule
  4 | Original-Word:Finding-Rule:Processed-Word


Messages In This Thread
Rules: Order of Operation - by princey - 07-10-2016, 02:55 AM
RE: Rules: Order of Operation - by hops - 07-10-2016, 10:13 AM
RE: Rules: Order of Operation - by princey - 07-10-2016, 03:34 PM
RE: Rules: Order of Operation - by rico - 07-10-2016, 03:54 PM