struct Crst::Token

Overview

Token for inline parsing

Defined in:

crst/inline_parser.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(type : Symbol, value : String) #

[View source]

Instance Method Detail

def type : Symbol #

[View source]
def type=(type : Symbol) #

[View source]
def value : String #

[View source]
def value=(value : String) #

[View source]