yair 0.1.0

A compiler framework written entirely in Rust
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
name: yair-verify
version: "0.0.1"
author: Neil Henning <sheredom@gmail.com>
about: Verify a YAIR binary file (.yair) is valid.
args:
    - input:
        help: The input .yair file (or - for stdin)
        required: true
        index: 1
    - color:
        long: color
        value_name: COLOR
        help: Whether to allow colored command line output
        takes_value: true
        default_value: "auto"
        possible_values: [ "auto", "always", "ansi", "never" ]