Skip to content
This repository was archived by the owner on Mar 23, 2026. It is now read-only.

Latest commit

 

History

History
6 lines (5 loc) · 163 Bytes

File metadata and controls

6 lines (5 loc) · 163 Bytes

Semantic Checker Notes

Validity

  • Every name must be declared once before use.
  • Only valid LHS values can be assigned to:
    • Invalid LHS: 1 = abc;