You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, there aren't any tests for the compiler. To improve the quality of the software and reduce the introduction of bugs, we should start testing the compiler. Tests should be introduced gradually.
Acceptance Criteria:
Write rigorous tests that exercise all scenarios of the lexer
Refine Lexer API if needed to make it easier to test (e.g., introduce interfaces, dependency injection, etc.).
The text was updated successfully, but these errors were encountered:
Currently, there aren't any tests for the compiler. To improve the quality of the software and reduce the introduction of bugs, we should start testing the compiler. Tests should be introduced gradually.
Acceptance Criteria:
The text was updated successfully, but these errors were encountered: