valkyrie-ast 0.0.5

Strong typed abstract syntax tree of valkyrie language
Documentation
1
2
3
4
5
6
7
use super::*;

#[derive(Clone, Debug, Serialize, Deserialize)]
pub enum ValkyriePattern {
    Expression(ValkyrieASTNode),
    CasePattern,
}