Class: Campa::Language

Inherits:
Campa::Lisp::Core show all
Defined in:
lib/campa/language.rb

Constant Summary

Constants inherited from Campa::Lisp::Core

Campa::Lisp::Core::CORE_FUNCS_MAP

Instance Attribute Summary

Attributes inherited from Context

#fallback

Instance Method Summary collapse

Methods inherited from Context

#[], #[]=, #bindings, #include?, #push

Constructor Details

#initializeLanguage

Returns a new instance of Language.



3
4
5
6
7
# File 'lib/campa/language.rb', line 3

def initialize
  super
  load_core_funs
  load_core_files
end