summaryrefslogtreecommitdiff
path: root/Libraries/LibJS/Token.cpp
AgeCommit message (Expand)Author
2020-03-21LibJS: Parse object expressions0xtechnobabble
2020-03-16LibJS: Implement null and undefined literals0xtechnobabble
2020-03-14LibJS: Unescape strings in Token::string_value()Stephan Unverwerth
2020-03-14LibJS: Strip double-quote characters from StringLiteral tokensAndreas Kling
2020-03-14LibJS: Lex single quote strings, escaped chars and unterminated stringsStephan Unverwerth
2020-03-14LibJS: Add missing tokens to name()Oriko
2020-03-14LibJS: Add operator precedence parsingStephan Unverwerth
2020-03-12LibJS: Add Javascript lexer and parserStephan Unverwerth