prog8/compiler
meisl b2c6274f74 * fix #54 / step 3: avoid some (= not all) complaints re the .binary filename 64tass still had/has.
Actually, I don't quite understand why it still says "not the real name of the file". The 64tass docs say:
> -Wno-portable
>   Don't warn about source portability problems.
>   These cross platform development annoyances are checked for:
>   * Case insensitive use of file names or use of short names.
>   * Use of backslashes for path separation instead of forward slashes.
>   * Use of reserved characters in file names.
>   * Absolute paths
2021-07-17 13:03:05 +02:00
..
lib updated gradle scripts (fixed warnings), updated some library dependencies 2021-06-13 18:10:07 +02:00
res improve testability: use error returnvalues instead of using exitProcess() 2021-07-02 00:11:21 +02:00
src/prog8 * fix #54 / step 3: avoid some (= not all) complaints re the .binary filename 64tass still had/has. 2021-07-17 13:03:05 +02:00
test * fix #54 / step 3: avoid some (= not all) complaints re the .binary filename 64tass still had/has. 2021-07-17 13:03:05 +02:00
build.gradle updated gradle scripts (fixed warnings), updated some library dependencies 2021-06-13 18:10:07 +02:00
compiler.iml added some simple unit tests to the ast parser 2021-06-13 14:59:57 +02:00