Sha256: c1d0dd96c26a1167ef7a0bb612f453ae3e47bebec1fc2953a963e16fe195697a
Contents?: true
Size: 266 Bytes
Versions: 2
Compression:
Stored size: 266 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.3.2 | lib/antelope/grammar/token/nonterminal.rb |
antelope-0.3.0 | lib/antelope/grammar/token/nonterminal.rb |