summaryrefslogtreecommitdiff
path: root/Libraries/LibJS/Lexer.h
AgeCommit message (Expand)Author
2020-06-07LibJS: Lex and parse regex literals, add RegExp objectsMatthew Olsson
2020-05-26LibJS: Fix incorrect token column values (#2401)Paul Redmond
2020-05-15LibJS: Remove syntax errors from lexerLinus Groh
2020-05-04LibJS: Add template literalsmattco98
2020-04-14LibJS: Handle HTML-style commentsStephan Unverwerth
2020-04-05LibJS: Allow lexer to run without logging errorsAnotherTest
2020-04-05LibJS: Add numeric literal parsing for different bases and exponentsStephan Unverwerth
2020-04-05LibJS: Plumb line and column information through Lexer / ParserBrian Gianforcaro
2020-03-14LibJS: Lex single quote strings, escaped chars and unterminated stringsStephan Unverwerth
2020-03-12LibJS: Parse === and !== binary operatorsConrad Pankoff
2020-03-12LibJS: Add Javascript lexer and parserStephan Unverwerth