1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-17 01:45:07 +00:00
Commit graph

1 commit

Author SHA1 Message Date
Linus Groh
a58640ce6b LibJS: Parse binary bitwise operators
The Lexer and AST already have all the functionality required in place,
so this is just updating Parser::match_secondary_expression() and
Parser::parse_expression() to handle TokenType::{Ampersand,Pipe,Caret},
as well as adding some tests.
2020-04-03 14:10:09 +02:00