summaryrefslogtreecommitdiffstats
path: root/src/lexer.l
AgeCommit message (Expand)Author
2024-01-16Revert "lexer: temporarily revert #\ patch; keep CR in comment bug fix"Emanuele Torre
2023-12-13lexer: temporarily revert #\ patch; keep CR in comment bug fixEmanuele Torre
2023-11-03Comment bug fixes, and fully support Tcl-style multiline commentsEmanuele Torre
2023-07-09Lex $foo as a single token, instead of using '$' IDENTEmanuele Torre
2023-06-27Fix number lexer to avoid conflict with object indexing (#2254)itchyny
2017-03-26Add alternation destructuring operator `?//`William Langford
2015-08-23Move source files to src/David Tolnay