prog8/compiler
Irmen de Jong 2360625927 added min/max values for the various integer types as sys.MAX_XXX and sys.MIN_XXX
renamed sys.sizeof_xxx into sys.SIZEOF_XXX to be consistent with the uppercasing of the other constants
2024-11-21 23:25:02 +01:00
..
res added min/max values for the various integer types as sys.MAX_XXX and sys.MIN_XXX 2024-11-21 23:25:02 +01:00
src/prog8 added several float limits contants such as floats.EPSILON, E, MIN, MAX 2024-11-21 23:25:02 +01:00
test
build.gradle.kts convert build.gradle to build.gradle.kts (kotlin DSL) 2024-11-20 23:23:26 +01:00
compiler.iml