valkyrie-antlr 0.0.1

The hand write parser of valkyrie language
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
function function() {}

function eager function() {}
function function(self, ...list: List , <, >) {}
function function(input: Integer = 0) {}

function \\\*\\\ function() -> Integer \\\*\\\ {}
function \\\*\\\ function() / DivideZero \\\*\\\ {}

function eager function(mut self, <, input: Integer = 0, >, ^list: List) -> Integer / [DivideZero, ParseError] {

}