Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

in

in is used to specify the extension of input files for this rule.

laze will look up a rule for each source file depending on this field.

Example:

    rules:
      - name: CC
        description: CC ${out}
        in: "c"
        # ... other fields ...