Sha256: 09d190b5011232c96d66b93408523cf69a1f2c2aa2ea3f9662d7b5f810c8828c
Contents?: true
Size: 255 Bytes
Versions: 3
Compression:
Stored size: 255 Bytes
Contents
# encoding: utf-8 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.2.4 | lib/antelope/ace/token/terminal.rb |
antelope-0.2.3 | lib/antelope/ace/token/terminal.rb |
antelope-0.2.2 | lib/antelope/ace/token/terminal.rb |