Sha256: 0673da38ace63efd9b67bbfcde563d9e5945bed1300504bfd936abe2c8fbe2b5
Contents?: true
Size: 231 Bytes
Versions: 3
Compression:
Stored size: 231 Bytes
Contents
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.1.1 | lib/antelope/ace/token/nonterminal.rb |
antelope-0.1.0 | lib/antelope/ace/token/nonterminal.rb |
antelope-0.0.1 | lib/antelope/ace/token/nonterminal.rb |