ParserKt

public final class ParserKt

Functions

parse
Link copied to clipboard
final Either<ParseError, List<LecsNode>> parse(List<Tokentokens)
Generates a parse tree represented by a List of LecsNode from a List of Token or returns a ParseError documenting the first parse error encountered when iterating the List of Token.