class Toka::ParseError

Overview

Generic parser error, providing the #option that was tried to match.

Direct Known Subclasses

Defined in:

toka/error.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(message, arguments : Array(String), position : Int32, option : Toka::Option) #

[View source]

Instance Method Detail

def arguments : Array(String) #

[View source]
def option : Toka::Option #

[View source]
def position : Int32 #

[View source]