valkyrie-ast 0.0.5

Strong typed abstract syntax tree of valkyrie language
Documentation
1
2
3
4
5
6
7
8


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


a::<T>