Class: Nendo::LispCoreSyntax

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(syntaxName) ⇒ LispCoreSyntax

Returns a new instance of LispCoreSyntax.



74
75
76
# File 'lib/nendo/ruby/types.rb', line 74

def initialize( syntaxName )
  @syntaxName = syntaxName
end

Instance Attribute Details

#syntaxNameObject (readonly)

Returns the value of attribute syntaxName.



77
78
79
# File 'lib/nendo/ruby/types.rb', line 77

def syntaxName
  @syntaxName
end