MCPcopy Create free account

hub / github.com/brundonsmith/rust_lisp / functions

Functions128 in github.com/brundonsmith/rust_lisp

Functionparse_multiple_lines
()
tests/parser.rs:56
Functionparse_negative_float
()
tests/parser.rs:48
Functionparse_nil
(code: &str, index: usize)
src/parser.rs:171
Functionparse_nil
()
tests/parser.rs:32
Functionparse_nonsense
()
tests/parser.rs:115
Functionparse_number
(code: &str, index: usize)
src/parser.rs:210
Functionparse_quoted
(code: &str, index: usize)
src/parser.rs:143
Functionparse_string
(code: &str, index: usize)
src/parser.rs:265
Functionparse_symbol
(code: &str, index: usize)
src/parser.rs:288
Functionparse_true
(code: &str, index: usize)
src/parser.rs:197
Functionparse_unclosed_list
()
tests/parser.rs:91
Functionparse_unclosed_string
()
tests/parser.rs:79
Functionquote_comma
()
tests/interpreter.rs:288
Functionrange
()
tests/default_environment.rs:10
Functionrequire_typed_arg
Given a `Value` assumed to be a `Value::List()`, and some type T, grab the item at `index` in the list and try converting it to type T. RuntimeError i
src/utils.rs:24
Functionrest_parameters_test
()
tests/interpreter.rs:230
Functionreverse
()
tests/default_environment.rs:46
Functionseven
()
tests/little_lisper.rs:60
Functionshort_circuit
()
tests/interpreter.rs:350
Functionsix
()
tests/little_lisper.rs:50
Functionsort
()
tests/default_environment.rs:58
Methodsub
(self, other: &Value)
src/model/value.rs:425
Functiontail_call_test
()
tests/interpreter.rs:211
Functionthree
()
tests/little_lisper.rs:27
Methodtry_from
(value: &Value)
src/model/value.rs:110
Functiontwo
()
tests/little_lisper.rs:19
Methodtype_name
(&self)
src/model/value.rs:65
Methodundefine
Delete the nearest (going upwards) definition of this key
src/model/env.rs:65
← previous101–128 of 128, ranked by callers