Age | Commit message (Expand) | Author |
---|---|---|
2020-03-21 | LibJS: Parse object expressions | 0xtechnobabble |
2020-03-16 | LibJS: Implement null and undefined literals | 0xtechnobabble |
2020-03-14 | LibJS: Unescape strings in Token::string_value() | Stephan Unverwerth |
2020-03-14 | LibJS: Strip double-quote characters from StringLiteral tokens | Andreas Kling |
2020-03-14 | LibJS: Lex single quote strings, escaped chars and unterminated strings | Stephan Unverwerth |
2020-03-14 | LibJS: Add missing tokens to name() | Oriko |
2020-03-14 | LibJS: Add operator precedence parsing | Stephan Unverwerth |
2020-03-12 | LibJS: Add Javascript lexer and parser | Stephan Unverwerth |