valkyrie-parser 0.2.5

The hand write parser of valkyrie language
Documentation
/// `[...]` Expresses a subscript if and only if `[` is at the same line as the expression
namespace expression;

a.1
a
    .1

a[1]

a   [
    2
    ]

a
[3,4]

a
[5]
[6]