Sha256: 187064e6c12d210fed467bf11db912f4ac2a514bbea3768fee19d3b3b5c648dc
Contents?: true
Size: 352 Bytes
Versions: 1
Compression:
Stored size: 352 Bytes
Contents
module Lrama class Lexer class Token class Parameterizing < Token attr_accessor args: Array[Lrama::Lexer::Token] def option?: () -> bool def nonempty_list?: () -> bool def list?: () -> bool def separated_nonempty_list?: () -> bool def separated_list?: () -> bool end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
lrama-0.5.10 | sig/lrama/lexer/token/parameterizing.rbs |