class Kaze::Parser

Overview

The language parser.

Defined in:

parser.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(tokens : Array(Token), repl : Bool) #

[View source]

Instance Method Detail

def parse : Array(Stmt) | Stmt | Expr | Nil #

Parse an array of tokens.


[View source]