Open OliviaSong opened 6 years ago
Sure, try this AntlrCaseInsensitiveInputStream stream in runtime.
@KvanTTT the code show that it transform all letter to lowercase But constants need to remain case sensitive
This stream influence only of lexer work. Symbols case is not changing in parse tree tokens.
@KvanTTT thanks ,it works
I saw Caseinsensitivetype option in Java,but this option is not found in C #, is not supported?