module Antelope
Antelope
, the compiler compiler.
Constants
- VERSION
The current running version of antelope.
Attributes
grammar[R]
Public Class Methods
define(name, options = {}, &block)
click to toggle source
# File lib/antelope.rb, line 13 def self.define(name, options = {}, &block) @grammar = [name, options, block] end