1
0
mirror of https://gitlab.com/camelot/kickc.git synced 2024-06-12 09:29:32 +00:00
kickc/src/main/java/dk/camelot64/kickc
Flight_Control 00df07b7bf - Fixed test cases. Full retest of all test cases.
- Treat global variables of libraries, as part of the .asm library .namespace.
- Fix bugs.
- Assign meaningful struct names to .asm internal variables and labels. (Remove the $x notation).
2024-04-20 07:03:31 +03:00
..
asm - Fixed test cases. Full retest of all test cases. 2024-04-20 07:03:31 +03:00
fragment Code review of library. 2023-12-12 22:45:19 +01:00
model - Fixed test cases. Full retest of all test cases. 2024-04-20 07:03:31 +03:00
parser - Bugfix of link file. Must be properly included and defined in all cases. With or without .asm library. 2023-12-16 13:45:38 +01:00
passes - Fixed test cases. Full retest of all test cases. 2024-04-20 07:03:31 +03:00
preprocessor Revert "- Resolved issue of nobank without parameters. Now it works ... The CPreprocessor adds () and the KickCParser.g4 demands brackets as part of the syntax. But you can write without in the code. - Retested all test cases." 2023-04-13 13:07:30 +02:00
CompileLog.java - Successful export and import of conio. 2023-11-18 10:40:50 +01:00
Compiler.java - Fixed test cases. Full retest of all test cases. 2024-01-16 08:06:14 +03:00
FileNameUtils.java Implemented OutputFileManager which ensures that the output directory, basename and extension follows well defined rules. Closes #663 2021-05-15 11:17:17 +02:00
KickC.java - Added a new -A or -asmLibdir option to specify the path where to find the .asm files for import during pass4. 2023-12-19 09:58:08 +01:00
NumberParser.java Added support for upper case integer suffixes eg. 1234U. Closes #682 2021-07-29 19:26:36 +02:00
OutputFileManager.java - Documentation for .asm libraries. 2023-12-14 22:27:25 +01:00
SourceLoader.java Fixed problem with specifying absolute paths for source files. Closes #576 2020-11-15 20:12:45 +01:00
TmpDirManager.java Now skipping postponed folders that cannot be deleted. 2020-11-02 19:03:05 +01:00