valkyrie-parser 0.2.5

The hand write parser of valkyrie language
Documentation
if
ApplyCallNode {
    monadic: false,
    caller: condition1,
    arguments: [],
    body: None,
    span: 13..148,
}
if
VariableDeclaration {
    pattern: TuplePatternNode {
        bind: None,
        name: None,
        terms: [],
        span: 0..0,
    },
    body: ApplyCallNode {
        monadic: false,
        caller: point,
        arguments: [],
        body: None,
        span: 174..275,
    },
    span: 156..276,
}