Sha256: 1e7fc98891989f65ecc8cb8a35bc6916a88b0a870e3502bae5d1160d20034df6
Contents?: true
Size: 219 Bytes
Versions: 3
Compression:
Stored size: 219 Bytes
Contents
module Antelope module Ace class Token # Defines a terminal token. class Terminal < Token # (see Token#terminal?) def terminal? true end end end end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
antelope-0.1.1 | lib/antelope/ace/token/terminal.rb |
antelope-0.1.0 | lib/antelope/ace/token/terminal.rb |
antelope-0.0.1 | lib/antelope/ace/token/terminal.rb |