Age | Commit message (Expand) | Author |
---|---|---|
2020-04-03 | LibJS: Remove UndefinedLiteral, add undefined to global object | Linus Groh |
2020-03-30 | LibJS: Add support for arrow functions | Jack Karamanian |
2020-03-30 | LibJS: Use some macro magic to avoid duplicating all the token types | Andreas Kling |
2020-03-29 | LibJS: Lexer and parser support for "switch" statements | Andreas Kling |
2020-03-24 | LibJS: Implement "throw" | Andreas Kling |
2020-03-21 | LibJS: Parse object expressions | 0xtechnobabble |
2020-03-16 | LibJS: Implement null and undefined literals | 0xtechnobabble |
2020-03-14 | LibJS: Lex single quote strings, escaped chars and unterminated strings | Stephan Unverwerth |
2020-03-14 | LibJS: Add operator precedence parsing | Stephan Unverwerth |
2020-03-12 | LibJS: Implement for statement | Conrad Pankoff |
2020-03-12 | LibJS: Parse === and !== binary operators | Conrad Pankoff |
2020-03-12 | LibJS: Implement <= and >= binary operators | Conrad Pankoff |
2020-03-12 | LibJS: Add Javascript lexer and parser | Stephan Unverwerth |