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
As the course progresses and more compiler phases are developed, the fixtures directory will quickly become unwieldy. As a mitigation to this, a new linter should be created that encourages using directories. For example, for a fixture with only a .scanner phase it should recommend moving the .sim and .scanner file to fixtures/scanner/. For a fixture with a .scanner and .cst phase, it should recommend moving the .sim, .scanner, and .cst to fixtures/cst.