class Llamero::Grammar::Builder::Row

Overview

Represents a single row in a grammar file.

Not intended to be used directly.

Defined in:

grammars/builder/row.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(row_name : String, row_content : String) #

[View source]

Instance Method Detail

def row_content : String #

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

[View source]
def row_name : String #

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

[View source]
def to_s #

Simple row to string representation for a gbnf grammar


[View source]