Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
syntaks
v0.3.2
Syntaks
EBNF
AbstractComponent
Alt
Component
Context
EmptyContext
LoggingContext
NonTerminal
NotPredicate
Opt
ProfilingContext
RuleInvocation
Stats
Rep
Seq
Terminal
Matcher
Error
Failure
Highlighter
Command
ParseLog
End
Kind
Entry
Start
Parser
Source
SourceInterval
SourceLocation
State
Success
Token
Built with Crystal 1.9.2
2023-10-08 14:39:57 UTC
struct
Syntaks::ParseLog::Start
Syntaks::ParseLog::Start
Syntaks::ParseLog::Entry
Struct
Value
Object
Defined in:
syntaks/parse_log.cr
Constructors
.new
(rule, from : Int32)
Instance Method Summary
#from
: Int32
Instance methods inherited from struct
Syntaks::ParseLog::Entry
rule : EBNF::AbstractComponent
rule
,
timestamp : Time
timestamp
Constructor methods inherited from struct
Syntaks::ParseLog::Entry
new(rule : Syntaks::EBNF::AbstractComponent)
new
Constructor Detail
def self.
new
(rule, from : Int32)
#
[
View source
]
Instance Method Detail
def
from
: Int32
#
[
View source
]