Class: Campa::Language
- Inherits:
-
Campa::Lisp::Core
- Object
- Context
- Campa::Lisp::Core
- Campa::Language
- 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
Instance Method Summary collapse
-
#initialize ⇒ Language
constructor
A new instance of Language.
Methods inherited from Context
#[], #[]=, #bindings, #include?, #push
Constructor Details
#initialize ⇒ Language
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 |