Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/brundonsmith/rust_lisp
/ functions
Functions
128 in github.com/brundonsmith/rust_lisp
⨍
Functions
128
◇
Types & classes
13
Function
parse_multiple_lines
()
tests/parser.rs:56
Function
parse_negative_float
()
tests/parser.rs:48
Function
parse_nil
(code: &str, index: usize)
src/parser.rs:171
Function
parse_nil
()
tests/parser.rs:32
Function
parse_nonsense
()
tests/parser.rs:115
Function
parse_number
(code: &str, index: usize)
src/parser.rs:210
Function
parse_quoted
(code: &str, index: usize)
src/parser.rs:143
Function
parse_string
(code: &str, index: usize)
src/parser.rs:265
Function
parse_symbol
(code: &str, index: usize)
src/parser.rs:288
Function
parse_true
(code: &str, index: usize)
src/parser.rs:197
Function
parse_unclosed_list
()
tests/parser.rs:91
Function
parse_unclosed_string
()
tests/parser.rs:79
Function
quote_comma
()
tests/interpreter.rs:288
Function
range
()
tests/default_environment.rs:10
Function
require_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
Function
rest_parameters_test
()
tests/interpreter.rs:230
Function
reverse
()
tests/default_environment.rs:46
Function
seven
()
tests/little_lisper.rs:60
Function
short_circuit
()
tests/interpreter.rs:350
Function
six
()
tests/little_lisper.rs:50
Function
sort
()
tests/default_environment.rs:58
Method
sub
(self, other: &Value)
src/model/value.rs:425
Function
tail_call_test
()
tests/interpreter.rs:211
Function
three
()
tests/little_lisper.rs:27
Method
try_from
(value: &Value)
src/model/value.rs:110
Function
two
()
tests/little_lisper.rs:19
Method
type_name
(&self)
src/model/value.rs:65
Method
undefine
Delete the nearest (going upwards) definition of this key
src/model/env.rs:65
← previous
101–128 of 128, ranked by callers