Barf-Vader
|
31bb23480b
|
fix: refactored code to use ident.pos
|
2025-02-07 13:36:18 +00:00 |
|
Barf-Vader
|
a09d38a40f
|
fix: cleaned up comments, removed getPosition from ident
|
2025-02-07 13:33:25 +00:00 |
|
Guy C
|
b6d8eb31e3
|
feat: semantic error messages make use of msg strings passed from typeChecker
|
2025-02-07 13:22:13 +00:00 |
|
Barf-Vader
|
c798fdf416
|
fix: made missing func return type error atomic
|
2025-02-07 13:21:13 +00:00 |
|
Guy C
|
731692d95a
|
refactor: bringing in ast and error changes
|
2025-02-07 11:59:28 +00:00 |
|
Guy C
|
8583a815a8
|
refactor: style fixes in lexer and parser
|
2025-02-07 11:52:31 +00:00 |
|
Guy C
|
ee1ea6c63b
|
refactor: created printPosition method for unified error message format
|
2025-02-07 11:52:31 +00:00 |
|
Barf-Vader
|
a65cc01815
|
fix: added error messages for functions missing type, and late function decls
|
2025-02-07 11:52:31 +00:00 |
|
Barf-Vader
|
b3ecae5dbb
|
fix: quotes around char and str errors, added errors for assign and arrayIndex
|
2025-02-07 11:52:31 +00:00 |
|
Barf-Vader
|
f24f8c87d8
|
fix: added explanation for nested pair error, added more errors
|
2025-02-07 11:50:57 +00:00 |
|
Guy C
|
a2c81883f4
|
refactor: improvements to semantic error printing format
Co-authored by: al4423
|
2025-02-07 11:49:31 +00:00 |
|
Guy C
|
2ac7744e68
|
feat: implements error messages for DuplicateDeclaration and UndefinedIdentifier errors
|
2025-02-07 11:49:31 +00:00 |
|