Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
lingo
master
LazyRule
RuleGenerator
Lingo
Context
NamedRule
Node
NotRule
OrderedChoice
Choices
ParseFailedException
Parser
PatternTerminal
Repeat
Rule
Sequence
Parts
StringTerminal
Visitor
Built with Crystal 1.9.2
2023-10-08 10:17:08 UTC
class
Lingo::Parser
Lingo::Parser
Reference
Object
Defined in:
lingo/parser.cr
Constructors
.new
Instance Method Summary
#any
Macro Summary
match
(patt)
root
(rule_name)
rule
(rule_name, &block)
str
(match)
Constructor Detail
def self.
new
#
[
View source
]
Instance Method Detail
def
any
#
[
View source
]
Macro Detail
macro
match
(patt)
#
[
View source
]
macro
root
(rule_name)
#
[
View source
]
macro
rule
(rule_name, &block)
#
[
View source
]
macro
str
(match)
#
[
View source
]