q/src/errors
2025-02-26 14:33:41 +01:00
..
Base.go Improved documentation 2025-01-28 13:43:38 +01:00
Common.go Implemented boolean literals 2025-02-26 14:33:41 +01:00
Error.go Updated module path 2025-02-25 17:16:09 +01:00
InvalidCharacter.go Simplified file structure 2024-08-07 19:39:10 +02:00
InvalidInstruction.go Simplified file structure 2024-08-07 19:39:10 +02:00
InvalidOperator.go Simplified file structure 2024-08-07 19:39:10 +02:00
KeywordNotImplemented.go Simplified file structure 2024-08-07 19:39:10 +02:00
NumberExceedsBounds.go Simplified file structure 2024-08-07 19:39:10 +02:00
ParameterCountMismatch.go Improved type system 2025-02-09 23:52:07 +01:00
ReturnCountMismatch.go Added return count mismatch error 2025-02-03 13:13:17 +01:00
Stack.go Simplified file structure 2024-08-07 19:39:10 +02:00
TypeMismatch.go Simplified file structure 2024-08-07 19:39:10 +02:00
UnknownFunction.go Simplified file structure 2024-08-07 19:39:10 +02:00
UnknownIdentifier.go Simplified file structure 2024-08-07 19:39:10 +02:00
UnknownPackage.go Simplified file structure 2024-08-07 19:39:10 +02:00
UnknownStructField.go Implemented reading from struct fields 2025-02-04 20:43:15 +01:00
UnknownType.go Implemented struct pointer types 2025-02-05 15:16:00 +01:00
UnusedImport.go Simplified file structure 2024-08-07 19:39:10 +02:00
UnusedVariable.go Simplified file structure 2024-08-07 19:39:10 +02:00
VariableAlreadyExists.go Simplified file structure 2024-08-07 19:39:10 +02:00