valkyrie-ast 0.1.4

Strong typed abstract syntax tree of valkyrie language
Documentation


class A<T: A = B>
{
	def foo(self) -> T { ??? }
}


a::<T>


vow A, B, C, D, E, F, G
{
    return T
    where {
        T: A
    }
}
like(a)
{
    callback
}
{
    callback
}