valkyrie-antlr 0.0.1

The hand write parser of valkyrie language
Documentation
1
2
3
(switch)
(switch ((match/when true) 1) (match/else 2))
(switch ((match/case A) a) ((match/type B) b) ((match/when (> c 0)) c) (match/else d))