Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codereport/jello
/ functions
Functions
49 in github.com/codereport/jello
⨍
Functions
49
◇
Types & classes
4
↓ 33 callers
Function
unit_test
(expr: str, exp_monad_res: str, exp_dyad_res)
src/test.py:8
↓ 3 callers
Function
index_of_subseq
(seq: list, sub: list)
src/utils.py:25
↓ 3 callers
Function
run_jelly
(expr: str, args: list[str], display)
src/jello.py:25
↓ 2 callers
Method
add_subtree
(self, level, start, end, s)
src/grid.py:16
↓ 2 callers
Method
fill_in_vertical_bars
(self)
src/grid.py:30
↓ 2 callers
Function
firsts
(seq: list)
src/draw.py:74
↓ 2 callers
Function
has
(chain_arity_tree: list[tuple], target: list)
src/draw.py:62
↓ 2 callers
Function
is_nilad_array
(s: str)
src/jello.py:55
↓ 2 callers
Function
print_advisement
(old: str, new: str, prev: bool)
src/algorithm.py:56
↓ 2 callers
Function
to_jelly
(token: str)
src/jello.py:58
↓ 1 callers
Method
add_level
(self)
src/grid.py:12
↓ 1 callers
Function
arity_chain_repr
(i: int)
src/jello.py:82
↓ 1 callers
Function
arity_notation_to_english
(an: str, translate)
src/arity_notation.py:32
↓ 1 callers
Method
ccs
(self)
src/grid.py:44
↓ 1 callers
Function
chain_arity_to_string
(chain_arity: list[int])
src/jello.py:87
↓ 1 callers
Function
challenge_tests
()
src/test.py:18
↓ 1 callers
Function
clear_screen
()
src/jello.py:22
↓ 1 callers
Function
colored_keywords
(args, expr)
src/jello.py:96
↓ 1 callers
Function
comb_arity
(c: str)
src/draw.py:25
↓ 1 callers
Function
comb_offset
(c: str)
src/draw.py:28
↓ 1 callers
Function
comb_width
(c: str, initial_call: bool)
src/draw.py:18
↓ 1 callers
Function
combinator_from_pattern_match
(chain: list[int], is_monadic: bool, initial_call: bool)
src/draw.py:34
↓ 1 callers
Function
combinator_tree
( chain: list[int], # chain_arity_tree chain_type: Chain, initial_call: bool,
src/draw.py:77
↓ 1 callers
Function
convert
(expr: list[str])
src/jello.py:67
↓ 1 callers
Function
describe
(c: str, translate)
src/arity_notation.py:41
↓ 1 callers
Method
display
(self, indent = 0)
src/grid.py:52
↓ 1 callers
Function
has_quick
(chain_arity_tree: list[tuple])
src/draw.py:71
↓ 1 callers
Function
has_separator
(chain_arity_tree: list[tuple])
src/draw.py:68
↓ 1 callers
Function
keyword_arity
(k: str)
src/jello.py:70
↓ 1 callers
Function
keyword_color
(k: str)
src/jello.py:90
↓ 1 callers
Function
skip_trace
(converted_expr: list[str], i: int)
src/jello.py:104
↓ 1 callers
Function
spaced_jelly_atoms
(args, expr)
src/jello.py:99
Method
__init__
(self, n)
src/grid.py:8
Function
advisor
(keywords: list[str])
src/algorithm.py:64
Function
color
(i: int)
src/draw.py:15
Function
combinator_chain_sequence
(chain: list[int], chain_type: Chain)
src/draw.py:149
Function
cprint
(s: str, c, newline: bool)
src/draw.py:11
Function
explain
()
src/arity_notation.py:51
Function
is_subseq_of
(seq: list, sub: list)
src/utils.py:31
Function
list_split
(seq: list, delimeter)
src/utils.py:51
Function
num_to_greek_arity
(i: int)
src/arity_notation.py:26
Function
num_to_latin_arity
(i: int)
src/arity_notation.py:29
Function
process_combinations
(arg, out, combinations)
src/jello.py:111
Function
remove_all
(seq, remove)
src/utils.py:48
Function
replace
(seq: list, target: list, to: list)
src/utils.py:34
Function
separator_to_chain
(s: Separator)
src/utils.py:20
Function
split_keep
(text: str, delimiter: str)
src/utils.py:41
Function
split_keep_multiple_delimiters
(text, delimiters)
src/utils.py:44
Function
width_adjustment
(width: int)
src/draw.py:31