Class: Nendo::LispCoreSyntax

Inherits:
Object
  • Object
show all
Defined in:
lib/nendo.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(syntaxName) ⇒ LispCoreSyntax

Returns a new instance of LispCoreSyntax.



81
82
83
# File 'lib/nendo.rb', line 81

def initialize( syntaxName )
  @syntaxName = syntaxName
end

Instance Attribute Details

#syntaxNameObject (readonly)

Returns the value of attribute syntaxName.



84
85
86
# File 'lib/nendo.rb', line 84

def syntaxName
  @syntaxName
end