valkyrie-ast 0.0.3

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>