optimize

Undocumented in source.

Members

Aliases

Counts
alias Counts = size_t[string]
Undocumented in source.

Functions

add_counts
void add_counts(Counts dst, Counts src)
Undocumented in source. Be warned that the author may not have intended to support it.
balanced_opt
BrainfuckInstruction[] balanced_opt(BrainfuckInstruction[] insts)
Undocumented in source. Be warned that the author may not have intended to support it.
clear_opt
BrainfuckInstruction[] clear_opt(BrainfuckInstruction[] insts)
Undocumented in source. Be warned that the author may not have intended to support it.
count_instructions
Counts count_instructions(BrainfuckInstruction[] insts)
Undocumented in source. Be warned that the author may not have intended to support it.
if_opt
BrainfuckInstruction[] if_opt(BrainfuckInstruction[] insts)
Undocumented in source. Be warned that the author may not have intended to support it.
unroll_opt
BrainfuckInstruction[] unroll_opt(BrainfuckInstruction[] insts, bool program_body)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta