Files
ladybird/Userland/Libraries/LibGUI
Itamar a54d0cc805 LibGUI+HackStudio: Add TokenInfo struct for language-server IPC
The TokenInfo struct contains the token's position and a
"semantic type". The semantic type is a more fine-grained token type
than what's in Cpp::Token::Type.
For example, the semantic token type differentiates between a reference
to a variable and to a function parameter. In the normal Token::Type,
both would be Token::Type::Identifier.
2022-02-09 00:51:31 +01:00
..
2022-02-03 16:11:15 +01:00
2021-09-03 02:32:43 +02:00
2022-01-01 22:51:53 +01:00
2022-01-01 22:51:53 +01:00