Open gavr123456789 opened 2 months ago
current syntax not allow u to mutate many fields
type Lexer pos: Int curPos: Int source: String l = Lexer pos: 1 curPos: 1 source: "qwfqwf" newL = l pos: l pos inc curPos: l curPos + 1 // not possible
current syntax not allow u to mutate many fields