Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refine Lexer API and write tests #23

Open
MatthewKosloski opened this issue Sep 18, 2021 · 0 comments
Open

Refine Lexer API and write tests #23

MatthewKosloski opened this issue Sep 18, 2021 · 0 comments
Labels
test Add, remove, or modify tests

Comments

@MatthewKosloski
Copy link
Owner

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.).
@MatthewKosloski MatthewKosloski added the test Add, remove, or modify tests label Sep 18, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
test Add, remove, or modify tests
Projects
None yet
Development

No branches or pull requests

1 participant