Sha256: fabc8ddf11700bc14960bbbab80ed766ac01d4cb28847c226684e065aa328cf6
Contents?: true
Size: 251 Bytes
Versions: 2
Compression:
Stored size: 251 Bytes
Contents
# encoding: utf-8 module Antelope class Grammar class Token # Defines a nonterminal token. class Nonterminal < Token # (see Token#nonterminal?) def nonterminal? 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/nonterminal.rb |
antelope-0.4.0 | lib/antelope/grammar/token/nonterminal.rb |