Age | Commit message (Expand) | Author |
---|---|---|
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 |