Sha256: 7a0a231dc62f31f822b80a8133d419e98931e22e027f7f002ec7587f60e9382c
Contents?: true
Size: 239 Bytes
Versions: 2
Compression:
Stored size: 239 Bytes
Contents
# encoding: utf-8 module Antelope class Grammar class Token # Defines a terminal token. class Terminal < Token # (see Token#terminal?) def terminal? true end end end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
antelope-0.4.1 | lib/antelope/grammar/token/terminal.rb |
antelope-0.4.0 | lib/antelope/grammar/token/terminal.rb |