mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-25 10:48:41 +00:00
This moves all code comprehension-related code to a new library, LibCodeComprehension. This also moves some types related to code comprehension tasks (such as autocomplete, find declaration) out of LibGUI and into LibCodeComprehension.
6 lines
64 B
C++
6 lines
64 B
C++
int main(int argc, char** argv)
|
|
{
|
|
int myvar1 = 3;
|
|
myv
|
|
}
|