summaryrefslogtreecommitdiffstats
path: root/src/parser.h
AgeCommit message (Expand)Author
2023-08-04Constant fold all kinds of constantsEmanuele 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
2021-10-24Fix accidentally quadratic behavior in _modifyNicolas Williams
2019-10-22Save literal value of the parsed number to preserve it for the outputLeonid S. Usov
2019-03-24Allow keywords in more places (fix #1868)Nicolas Williams
2019-02-20Support "if" without "else" clauseChance Zibolski
2017-03-26Add flex/bison outputsNicolas Williams
2015-09-21Fix assert fail if object literal key is not a string (fix #953)David Tolnay
2015-08-23Move source files to src/David Tolnay