struct CLTK::Parser::Actions::Accept
Overview
The Accept class indicates to the parser that it should accept the current parse tree.
Defined in:
cltk/parser/actions.crcltk/parser/msgpack.cr
Class Method Summary
Instance Method Summary
Instance methods inherited from struct CLTK::Parser::Action
id : Int32
id,
to_msgpack(packer : MessagePack::Packer)
to_msgpack
Class methods inherited from struct CLTK::Parser::Action
from_msgpack(pull : MessagePack::Unpacker)
from_msgpack,
new(id : Int32)new(packer : MessagePack::Unpacker) new