Module: Crisp

Defined in:
lib/crisp.rb,
lib/crisp/env.rb,
lib/crisp/nodes.rb,
lib/crisp/shell.rb,
lib/crisp/errors.rb,
lib/crisp/parser.rb,
lib/crisp/runtime.rb,
lib/crisp/function.rb,
lib/crisp/functions.rb,
lib/crisp/nodes/base.rb,
lib/crisp/chained_env.rb,
lib/crisp/nodes/block.rb,
lib/crisp/functions/core.rb,
lib/crisp/function_runner.rb,
lib/crisp/nodes/operation.rb,
lib/crisp/nodes/primitive.rb,
lib/crisp/nodes/nil_literal.rb,
lib/crisp/nodes/true_literal.rb,
lib/crisp/native_call_invoker.rb,
lib/crisp/nodes/array_literal.rb,
lib/crisp/nodes/false_literal.rb,
lib/crisp/nodes/float_literal.rb,
lib/crisp/functions/arithmetic.rb,
lib/crisp/nodes/string_literal.rb,
lib/crisp/nodes/symbol_literal.rb,
lib/crisp/nodes/integer_literal.rb

Defined Under Namespace

Modules: Functions, Nodes Classes: ArgumentError, ChainedEnv, Env, EnvironmentError, Function, FunctionRunner, LoopError, NativeCallInvoker, Parser, Runtime, Shell, SyntaxError

Constant Summary collapse

VERSION =
'0.0.8'