Age | Commit message (Expand) | Author |
---|---|---|
2020-06-07 | LibJS: Lex and parse regex literals, add RegExp objects | Matthew Olsson |
2020-05-26 | LibJS: Fix incorrect token column values (#2401) | Paul Redmond |
2020-05-15 | LibJS: Remove syntax errors from lexer | Linus Groh |
2020-05-04 | LibJS: Add template literals | mattco98 |
2020-04-14 | LibJS: Handle HTML-style comments | Stephan Unverwerth |
2020-04-05 | LibJS: Allow lexer to run without logging errors | AnotherTest |
2020-04-05 | LibJS: Add numeric literal parsing for different bases and exponents | Stephan Unverwerth |
2020-04-05 | LibJS: Plumb line and column information through Lexer / Parser | Brian Gianforcaro |
2020-03-14 | LibJS: Lex single quote strings, escaped chars and unterminated strings | Stephan Unverwerth |
2020-03-12 | LibJS: Parse === and !== binary operators | Conrad Pankoff |
2020-03-12 | LibJS: Add Javascript lexer and parser | Stephan Unverwerth |