prog8/compiler
Irmen de Jong 38efe25c68 abs() now works on multiple data types including float.
no need to use floats.fabs() anymore
2023-05-02 01:19:53 +02:00
..
res abs() now works on multiple data types including float. 2023-05-02 01:19:53 +02:00
src/prog8 sqrt 2023-05-02 01:19:53 +02:00
test abs() now works on multiple data types including float. 2023-05-02 01:19:53 +02:00
build.gradle 3rd party library versions upgrades 2023-03-26 21:36:21 +02:00
compiler.iml fixed silly if-goto expression code in IR codegen where it used too many branching instructions 2022-12-12 22:47:15 +01:00