Expand description
Helper functions for extending the compiler with more linter-like functionality while compiling (i.e. smarter warnings).
Enums§
- LitBool 🔒
Functions§
- Is this a literal boolean, or something else?
- Detect useless binary operations (i.e. useless bool comparisons).
- Optimise the given expression where possible.