Class: Campa::Language
- Inherits:
-
Campa::Lisp::Core
- Object
- Context
- Campa::Lisp::Core
- Campa::Language
- Defined in:
- lib/campa/language.rb
Overview
Context wrapping the core bindings that form the core for Campa (language).
It extends Campa::Lisp::Core to add
- (test-run ...)
- (tests-report)
- (print ...)
- (println ...)
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.
11 12 13 14 15 |
# File 'lib/campa/language.rb', line 11 def initialize super load_core_funs load_core_files end |