prog8/compilerAst
Irmen de Jong 220246278a removed sum(), max(), min(). abs() now always returns uword type.
This greatly simplifies internal handling of builtin functions by always having one fixed return type.
2022-04-14 00:21:16 +02:00
..
src/prog8 removed sum(), max(), min(). abs() now always returns uword type. 2022-04-14 00:21:16 +02:00
build.gradle reducing dependencies 2022-03-10 23:46:43 +01:00
compilerAst.iml reducing dependencies 2022-03-10 23:46:43 +01:00
readme-tests.txt moved all unit tests into single project to avoid dependency issues 2021-12-04 18:20:22 +01:00