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.