q/tests/errors
2025-04-14 15:58:15 +02:00
..
EmptySwitch.q Added more tests 2024-08-03 23:05:09 +02:00
ExpectedFunctionDefinition.q Moved tests to a separate directory 2024-06-14 10:36:01 +02:00
ExpectedIfBeforeElse.q Implemented else blocks 2024-07-30 16:36:33 +02:00
ExpectedIfBeforeElse2.q Implemented else blocks 2024-07-30 16:36:33 +02:00
ExpectedPackageName.q Added more tests 2025-02-07 21:25:29 +01:00
InvalidCharacter.q Implemented invalid character checks 2024-06-28 19:54:26 +02:00
InvalidCharacter2.q Implemented invalid character checks 2024-06-28 19:54:26 +02:00
InvalidCharacter3.q Implemented invalid character checks 2024-06-28 19:54:26 +02:00
InvalidCharacter4.q Reduced token size 2024-07-21 14:35:06 +02:00
InvalidCondition.q Implemented boolean literals 2025-02-26 14:33:41 +01:00
InvalidDefinition.q Removed struct keyword 2025-04-04 13:32:55 +02:00
InvalidExpression.q Added more tests 2024-06-22 13:20:11 +02:00
InvalidInstructionCall.q Improved error message for invalid instructions 2025-02-13 22:12:57 +01:00
InvalidInstructionExpression.q Added more tests 2024-07-05 17:11:30 +02:00
InvalidInstructionIdentifier.q Added CPU type 2024-06-21 22:16:42 +02:00
InvalidInstructionNumber.q Added CPU type 2024-06-21 22:16:42 +02:00
InvalidInstructionString.q Implemented struct parser 2025-02-04 14:41:04 +01:00
InvalidInstructionTopLevel.q Implemented struct parser 2025-02-04 14:41:04 +01:00
InvalidInstructionTopLevel2.q Implemented struct parser 2025-02-04 14:41:04 +01:00
InvalidInstructionTopLevel3.q Implemented struct parser 2025-02-04 14:41:04 +01:00
MissingBlockEnd.q Moved tests to a separate directory 2024-06-14 10:36:01 +02:00
MissingBlockEnd2.q Added more tests 2024-08-11 14:00:51 +02:00
MissingBlockStart.q Moved tests to a separate directory 2024-06-14 10:36:01 +02:00
MissingBlockStart2.q Simplified compilation of function calls 2025-03-02 21:36:23 +01:00
MissingExpression.q Added more tests 2025-02-14 15:26:07 +01:00
MissingGroupEnd.q Moved tests to a separate directory 2024-06-14 10:36:01 +02:00
MissingGroupStart.q Moved tests to a separate directory 2024-06-14 10:36:01 +02:00
MissingMainFunction.q Implemented dead code elimination 2024-06-27 17:36:45 +02:00
MissingOperand.q Added more tests 2024-07-05 17:11:30 +02:00
MissingOperand2.q Added more tests 2024-07-05 17:11:30 +02:00
MissingParameter.q Added more tests 2025-02-05 11:11:15 +01:00
MissingParameter2.q Improved type system 2025-02-17 14:31:47 +01:00
MissingParameter3.q Improved type system 2025-02-17 14:31:47 +01:00
MissingType.q Added more tests 2025-02-05 11:11:15 +01:00
ReturnCountMismatch.q Added return count mismatch error 2025-02-03 13:13:17 +01:00
TypeMismatch.q Improved type safety for memory writes 2025-04-14 15:58:15 +02:00
TypeMismatch2.q Improved type system checks 2025-02-10 14:09:27 +01:00
TypeMismatch3.q Added more tests 2025-02-14 00:26:48 +01:00
TypeMismatch4.q Added more tests 2025-02-14 00:26:48 +01:00
TypeMismatch5.q Replaced builtin store function with a new syntax 2025-04-11 14:21:51 +02:00
TypeMismatch6.q Improved type safety for memory writes 2025-04-14 15:58:15 +02:00
UnknownIdentifier.q Added more tests 2024-06-22 13:20:11 +02:00
UnknownIdentifier2.q Improved variable definitions 2024-06-22 20:18:13 +02:00
UnknownIdentifier3.q Improved type system 2025-02-17 14:31:47 +01:00
UnknownIdentifier4.q Simplified compilation of function calls 2025-03-02 21:36:23 +01:00
UnknownIdentifier5.q Simplified compilation of function calls 2025-03-02 21:36:23 +01:00
UnknownPackage.q Added a check for unused imports 2024-07-31 11:55:21 +02:00
UnknownStructField.q Removed struct keyword 2025-04-04 13:32:55 +02:00
UnknownType.q Implemented register calls 2025-03-02 17:53:18 +01:00
UnknownType2.q Implemented register calls 2025-03-02 17:53:18 +01:00
UntypedExpression.q Added more tests 2025-02-14 00:26:48 +01:00
UnusedImport.q Added a check for unused imports 2024-07-31 11:55:21 +02:00
UnusedVariable.q Improved variable lifetime tracking 2024-06-30 00:17:14 +02:00
UnusedVariable2.q Implemented register calls 2025-03-02 17:53:18 +01:00
VariableAlreadyExists.q Enforced consistent naming 2024-06-26 23:24:11 +02:00