abstract class Ven::Parselet::Led

Overview

Left-denotated token parser works with a token, to the left of which there is a quote of interest.

Direct Known Subclasses

Defined in:

ven/parselet/led.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(precedence : UInt8) #

[View source]

Instance Method Detail

abstract def parse(parser : Reader, tag : QTag, left : Quote, token : Token) #

Performs the parsing.


[View source]
def precedence : UInt8 #

[View source]