Sha256: a77248ecf6ca6f55090c0eb8bb33ff7887f72a5c811a2434c332142a4eb53ab4
Contents?: true
Size: 267 Bytes
Versions: 3
Compression:
Stored size: 267 Bytes
Contents
# encoding: utf-8 module Antelope module Ace class Token # Defines a nonterminal token. class Nonterminal < Token # (see Token#nonterminal?) def nonterminal? 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/nonterminal.rb |
antelope-0.2.3 | lib/antelope/ace/token/nonterminal.rb |
antelope-0.2.2 | lib/antelope/ace/token/nonterminal.rb |