docs: document methods
This commit is contained in:
@@ -212,6 +212,7 @@ func parseStatement(i *TokenIterator) (ast.Statement, error) {
|
||||
}
|
||||
}
|
||||
|
||||
// Given a list of tokens, attempt to parse it into an syntax tree.
|
||||
func Parse(tokens []token.Token) (ast.Expression, error) {
|
||||
i := iterator.Of(tokens)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user