This website requires JavaScript.
Explore
Mirrors
Help
Sign In
Apple-2-SW
/
prog8
Watch
1
Star
0
Fork
0
You've already forked prog8
mirror of
https://github.com/irmen/prog8.git
synced
2025-02-08 16:30:28 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
prog8
/
codeOptimizers
/
src
/
prog8
/
optimizer
History
Irmen de Jong
08cd2fd6e8
fix check for assigning to a constant, for multi-value assigns.
2025-01-18 20:38:02 +01:00
..
ConstantFoldingOptimizer.kt
refactor package nesting of ast exception classes
2024-12-23 18:14:46 +01:00
ConstantIdentifierReplacer.kt
fix check for assigning to a constant, for multi-value assigns.
2025-01-18 20:38:02 +01:00
ConstExprEvaluator.kt
refactor package nesting of ast exception classes
2024-12-23 18:14:46 +01:00
ExpressionSimplifier.kt
refactor package nesting of ast exception classes
2024-12-23 18:14:46 +01:00
Extensions.kt
adding @alignword/page on individual variables
2024-10-26 17:00:38 +02:00
Inliner.kt
be able to parse multiple return values (sub + return)
2025-01-07 01:51:54 +01:00
StatementOptimizer.kt
optimize x=min(x,100) and some other simple min() and max() cases
2025-01-05 11:59:00 +01:00
UnusedCodeRemover.kt
fix check for assigning to a constant, for multi-value assigns.
2025-01-18 20:38:02 +01:00