Renamed lexer tokens to align with new v0.3 naming convention: - IntLit -> NumberLit - FloatLit -> DecimalLit - StringLit -> TextLit Updated all references across parser grammar, property tests, and editor highlighting.
Renamed lexer tokens to align with new v0.3 naming convention: - IntLit -> NumberLit - FloatLit -> DecimalLit - StringLit -> TextLit Updated all references across parser grammar, property tests, and editor highlighting.