ladybird/Meta/Lagom/Tools/CodeGenerators/StateMachineGenerator
kleines Filmröllchen eada4f2ee8 AK: Remove ByteString from GenericLexer
A bunch of users used consume_specific with a constant ByteString
literal, which can be replaced by an allocation-free StringView literal.

The generic consume_while overload gains a requires clause so that
consume_specific("abc") causes a more understandable and actionable
error.
2024-01-12 17:03:53 -07:00
..
CMakeLists.txt StateMachineGenerator: Port to LibMain and Core::Stream 2022-09-20 07:48:45 -04:00
main.cpp AK: Remove ByteString from GenericLexer 2024-01-12 17:03:53 -07:00