mirror of
https://github.com/RGBCube/serenity
synced 2025-10-30 04:22:34 +00:00
`consume_until(foo)` stops before foo, and so does `ignore_until(Predicate)`, so let's make the other `ignore_until()` overloads consistent with that so they're less confusing. |
||
|---|---|---|
| .. | ||
| Tests | ||
| AST.cpp | ||
| AST.h | ||
| CMakeLists.txt | ||
| Lexer.cpp | ||
| Lexer.h | ||
| Parser.cpp | ||
| Parser.h | ||
| Preprocessor.cpp | ||
| Preprocessor.h | ||
| SemanticSyntaxHighlighter.cpp | ||
| SemanticSyntaxHighlighter.h | ||
| SyntaxHighlighter.cpp | ||
| SyntaxHighlighter.h | ||
| Token.cpp | ||
| Token.h | ||