ladybird/Userland/Libraries/LibGUI/GML
kleines Filmröllchen d1645efde9 Meta+Userland: Allow generating C++ initializer code from GML
This does the exact same thing as the runtime initializer,
except it is faster and can catch some errors much earlier.

The code generator includes these important features:
- Automatic include generation where necessary
- Special-casing for TabWidget and ScrollableContainerWidget
- No use of DeprecatedString where possible
2023-08-11 21:33:48 +02:00
..
AST.h Meta+Userland: Allow generating C++ initializer code from GML 2023-08-11 21:33:48 +02:00
AutocompleteProvider.cpp LibGUI+LibCore: Move GML property system from LibCore to LibGUI 2023-08-06 18:09:25 +02:00
AutocompleteProvider.h
Formatter.h
Lexer.cpp
Lexer.h
Parser.cpp
Parser.h
SyntaxHighlighter.cpp
SyntaxHighlighter.h