Open onehr opened 5 years ago
Strings are expensive to compare and store, so in the lexer stage, should convert string to number, use number to compare, store the string with it's index as reference to track it's original literal.
Strings are expensive to compare and store, so in the lexer stage, should convert string to number, use number to compare, store the string with it's index as reference to track it's original literal.