prog8/codeOptimizers/src/prog8/optimizer
Irmen de Jong 064a8e785c cleanups
2022-02-21 03:26:17 +01:00
..
BinExprSplitter.kt refactor 2022-02-20 22:04:18 +01:00
ConstantFoldingOptimizer.kt proper error if attempting to do a containment check against non const range, and some cleanup in asmgen 2022-02-16 00:39:19 +01:00
ConstantIdentifierReplacer.kt renames of some Ast node classes 2022-02-11 00:34:36 +01:00
ConstExprEvaluator.kt renames of some Ast node classes 2022-02-11 00:34:36 +01:00
ExpressionSimplifier.kt fix returntype handling of builtinfunctions, fix errors in pipe expressions 2022-02-21 01:44:29 +01:00
Extensions.kt refactor 2022-02-20 22:04:18 +01:00
StatementOptimizer.kt cleanups 2022-02-21 03:26:17 +01:00
UnusedCodeRemover.kt fix returntype handling of builtinfunctions, fix errors in pipe expressions 2022-02-21 01:44:29 +01:00