parse

fun parse(tokens: List<Token>): T

Launch the parser on the given tokens.