Age | Commit message (Expand) | Author |
---|---|---|
2021-01-12 | Libraries: Move to Userland/Libraries/ | Andreas Kling |
2020-12-06 | LibRegex: Remove Lexer::slice_back() and just use StringViews | AnotherTest |
2020-11-28 | LibRegex: Allow unknown escapes in non-unicode mode (for ECMA262) | AnotherTest |
2020-11-27 | LibRegex: Implement an ECMA262-compatible parser | AnotherTest |
2020-11-27 | LibRegex: Add a regular expression library | Emanuel Sprung |