oak-valkyrie 0.0.11

High-performance incremental Valkyrie parser for the oak ecosystem with flexible configuration.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
flags Permissions { Read, Write, Execute }

flags Status {
    Active = 1,
    Inactive = 0,
    Pending = 2
}

flags WithMethod {
    West

    method() { }
}