class Ktistec::Keyword

Overview

A keyword.

A keyword is a kind of identifier that has a syntactic role specific to the language being implemented.

Defined in:

utils/parser.cr

Instance methods inherited from class Ktistec::Identifier

nud(parser : Parser) : self nud

Instance methods inherited from class Ktistec::Node

clone clone, id : String id, lbp : Int32 lbp, led(parser : Parser, left : Node) : self led, nud(parser : Parser) : self nud, std(parser : Parser) : self std, token : Token token, token? : Token | Nil token?

Constructor methods inherited from class Ktistec::Node

new(id : String, lbp : Int32) new