q/src/errors
2024-06-30 00:17:14 +02:00
..
Base.go Implemented error messages 2024-06-13 12:13:32 +02:00
CompileErrors.go Implemented dead code elimination 2024-06-27 17:36:45 +02:00
Error.go Improved error handling 2024-06-15 18:42:31 +02:00
InvalidCharacter.go Implemented invalid character checks 2024-06-28 19:54:26 +02:00
InvalidInstruction.go Added more tests 2024-06-15 20:25:37 +02:00
InvalidOperator.go Enforced consistent naming 2024-06-26 23:24:11 +02:00
KeywordNotImplemented.go Implemented expression parsing 2024-06-16 16:57:33 +02:00
ScanErrors.go Implemented error messages 2024-06-13 12:13:32 +02:00
Stack.go Implemented error messages 2024-06-13 12:13:32 +02:00
UnknownIdentifier.go Improved variable definitions 2024-06-22 20:18:13 +02:00
UnusedVariable.go Improved variable lifetime tracking 2024-06-30 00:17:14 +02:00
VariableAlreadyExists.go Added more tests 2024-06-21 10:17:26 +02:00