Module optimiser

Source
Expand description

Helper functions for extending the compiler with more linter-like functionality while compiling (i.e. smarter warnings).

Enums§

LitBool 🔒

Functions§

is_lit_bool 🔒
Is this a literal boolean, or something else?
optimise_bin_op 🔒
Detect useless binary operations (i.e. useless bool comparisons).
optimise_expr 🔒
Optimise the given expression where possible.