summaryrefslogtreecommitdiffstats
path: root/src/lexer.h
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-28Validate module metadata to be an object (#2357)itchyny
2019-03-24Allow keywords in more places (fix #1868)Nicolas Williams
2017-03-26Add flex/bison outputsNicolas Williams
2015-08-23Move source files to src/David Tolnay