Table of Contents - apricot-0.0.2 Documentation
Classes and Modules
- Apricot
- Apricot::CodeLoader
- Apricot::CompileError
- Apricot::Compiler
- Apricot::Cons
- Apricot::FnScope
- Apricot::Generator
- Apricot::Identifier
- Apricot::LetScope
- Apricot::List
- Apricot::List::EmptyList
- Apricot::LocalReference
- Apricot::Namespace
- Apricot::OverloadScope
- Apricot::QualifiedReference
- Apricot::REPL
- Apricot::Reader
- Apricot::Scope
- Apricot::Seq
- Apricot::SpecialForm
- Apricot::SpecialForm::ArgList
- Apricot::StorageScope
- Apricot::SyntaxError
- Apricot::TopLevelScope
- Array
- Array::Seq
- Enumerable
- Hash
- NilClass
- Object
- Range
- Range::Seq
- Rational
- Regexp
- Set
- Symbol
Methods
- ::[] — Apricot::List
- ::[] — Apricot::SpecialForm
- ::compile_error — Apricot
- ::current_namespace — Apricot
- ::current_namespace= — Apricot
- ::define — Apricot::SpecialForm
- ::find_or_create — Apricot::Namespace
- ::gensym — Apricot
- ::intern — Apricot::Identifier
- ::let — Apricot
- ::load — Apricot
- ::macroexpand — Apricot
- ::macroexpand_1 — Apricot
- ::new — Apricot::Cons
- ::new — Apricot::SyntaxError
- ::new — Apricot::CompileError
- ::new — Apricot::Generator
- ::new — Apricot::Identifier
- ::new — Apricot::List
- ::new — Apricot::List::EmptyList
- ::new — Apricot::Namespace
- ::new — Apricot::Reader
- ::new — Apricot::REPL
- ::new — Array::Seq
- ::new — Range::Seq
- ::new — Apricot::Scope
- ::new — Apricot::FnScope
- ::new — Apricot::OverloadScope
- ::new — Apricot::SpecialForm
- ::new — Apricot::SpecialForm::ArgList
- ::new — Apricot::LocalReference
- ::new — Apricot::QualifiedReference
- ::read_file — Apricot::Reader
- ::read_string — Apricot::Reader
- ::require — Apricot
- #<=> — Apricot::Seq
- #add_alias — Apricot::Namespace
- #apricot_call — Object
- #apricot_call — Array
- #apricot_call — Hash
- #apricot_call — Set
- #apricot_call — Symbol
- #apricot_inspect — Object
- #apricot_inspect — Array
- #apricot_inspect — Hash
- #apricot_inspect — Set
- #apricot_inspect — Rational
- #apricot_inspect — Regexp
- #apricot_inspect — Symbol
- #apricot_meta= — Object
- #apricot_str — Object
- #apricot_str — Array
- #apricot_str — Hash
- #apricot_str — Set
- #apricot_str — Rational
- #apricot_str — Regexp
- #bytecode — Apricot::SpecialForm
- #bytecode — Apricot::LocalReference
- #bytecode — Apricot::QualifiedReference
- #bytecode — Apricot::Compiler
- #char_escape_helper — Apricot::Reader
- #clear_line — Apricot::REPL
- #compile_and_eval_file — Apricot::Compiler
- #compile_error — Apricot::Generator
- #compile_form — Apricot::Compiler
- #cons — Apricot::List
- #cons — Apricot::Reader
- #cons — Apricot::Seq
- #const_names — Apricot::Identifier
- #constant? — Apricot::Identifier
- #constant_completion — Apricot::REPL
- #consume_char — Apricot::Reader
- #count — Array::Seq
- #each — Apricot::Cons
- #each — Apricot::List::EmptyList
- #each — Array::Seq
- #each — Range::Seq
- #each — NilClass
- #each — Apricot::Seq
- #empty? — Apricot::List::EmptyList
- #empty? — NilClass
- #empty? — Apricot::Seq
- #eval — Apricot::Compiler
- #eval_form — Apricot::Compiler
- #find_constant — Apricot::REPL
- #find_recur_target — Apricot::TopLevelScope
- #find_recur_target — Apricot::FnScope
- #find_recur_target — Apricot::OverloadScope
- #find_recur_target — Apricot::LetScope
- #find_source — Apricot::CodeLoader
- #find_var — Apricot::TopLevelScope
- #find_var — Apricot::FnScope
- #find_var — Apricot::OverloadScope
- #find_var — Apricot::LetScope
- #first — Apricot::Cons
- #first — Apricot::List
- #first — Apricot::List::EmptyList
- #first — Array::Seq
- #first — Range::Seq
- #first — NilClass
- #fn? — Apricot::Identifier
- #fn? — Apricot::QualifiedReference
- #generate — Apricot::Compiler
- #get_var — Apricot::Namespace
- #has_extension? — Apricot::CodeLoader
- #has_var? — Apricot::Namespace
- #hash — Apricot::Identifier
- #hash — Apricot::Seq
- #hashify — Apricot::Reader
- #home_path? — Apricot::CodeLoader
- #incomplete? — Apricot::SyntaxError
- #incomplete_error — Apricot::Reader
- #initialize_copy — Apricot::Identifier
- #initialize_copy — Apricot::List
- #inspect — Apricot::Identifier
- #inspect — Apricot::List
- #inspect — Apricot::Seq
- #is_unquote? — Apricot::Reader
- #is_unquote_splicing? — Apricot::Reader
- #last — Apricot::Seq
- #load — Apricot::CodeLoader
- #load_file — Apricot::CodeLoader
- #load_history — Apricot::REPL
- #loadable? — Apricot::CodeLoader
- #loaded? — Apricot::CodeLoader
- #local_count — Apricot::StorageScope
- #local_names — Apricot::StorageScope
- #meta — Apricot::Identifier
- #meta — Apricot::QualifiedReference
- #method? — Apricot::Identifier
- #method? — Apricot::QualifiedReference
- #new_local — Apricot::OverloadScope
- #new_local — Apricot::LetScope
- #next — Apricot::Cons
- #next — Apricot::List
- #next — Apricot::List::EmptyList
- #next — Array::Seq
- #next — Range::Seq
- #next — NilClass
- #next_char — Apricot::Reader
- #next_slot — Apricot::StorageScope
- #on_namespace? — Apricot::QualifiedReference
- #once — Apricot::Compiler
- #opposite_delimiter — Apricot::Reader
- #peek_char — Apricot::Reader
- #pos — Apricot::Compiler
- #qualified? — Apricot::Identifier
- #qualified_path? — Apricot::CodeLoader
- #qualifier — Apricot::Identifier
- #read — Apricot::Reader
- #read_array — Apricot::Reader
- #read_dispatch — Apricot::Reader
- #read_fn — Apricot::Reader
- #read_form — Apricot::Reader
- #read_forms_until — Apricot::Reader
- #read_hash — Apricot::Reader
- #read_identifier — Apricot::Reader
- #read_list — Apricot::Reader
- #read_number — Apricot::Reader
- #read_one — Apricot::Reader
- #read_pipe_identifier — Apricot::Reader
- #read_quotation — Apricot::Reader
- #read_quote — Apricot::Reader
- #read_regex — Apricot::Reader
- #read_set — Apricot::Reader
- #read_string — Apricot::Reader
- #read_string_char — Apricot::Reader
- #read_symbol — Apricot::Reader
- #read_syntax_quote — Apricot::Reader
- #read_unquote — Apricot::Reader
- #readline_with_history — Apricot::REPL
- #regex_options_helper — Apricot::Reader
- #require — Apricot::CodeLoader
- #rest — NilClass
- #rest — Apricot::Seq
- #run — Apricot::REPL
- #save_history — Apricot::REPL
- #scope — Apricot::Generator
- #search_load_path — Apricot::CodeLoader
- #set_var — Apricot::Namespace
- #skip_whitespace — Apricot::Reader
- #store_new_local — Apricot::LetScope
- #store_new_local — Apricot::StorageScope
- #syntax_error — Apricot::Reader
- #syntax_quote — Apricot::Reader
- #syntax_quote_coll — Apricot::Reader
- #syntax_quote_list — Apricot::Reader
- #to_a — Array::Seq
- #to_array — Apricot::SpecialForm::ArgList
- #to_list — Apricot::List
- #to_list — Enumerable
- #to_s — Apricot::SyntaxError
- #to_s — Apricot::CompileError
- #to_s — Apricot::Identifier
- #to_s — Apricot::List
- #to_s — Apricot::Seq
- #to_seq — Apricot::List
- #to_seq — Array
- #to_seq — Hash
- #to_seq — Set
- #to_seq — Range
- #to_seq — NilClass
- #to_seq — Apricot::Seq
- #to_sym — Apricot::Identifier
- #variable_names — Apricot::StorageScope
- #with_location — Apricot::Reader