Files
ladybird/Userland/Libraries/LibCpp/Lexer.cpp
Itamar 606e05852f LibCpp: Add lex_iterable() method to the Lexer
This allows us to collect the tokens iteratively instead of having to
lex the whole program and then get a tokens vector.
2021-08-21 22:09:56 +02:00

22 KiB