ladybird/Userland/Libraries/LibIDL
Andrew Kaster 067a53b7e7 LibIDL: Remove static maps for interfaces and resolved imports
Instead, create a tree of Parsers all pointing to a top-level Parser.

All module imports and interfaces are stored at the top level, instead
of in a static map. This allows creating multiple IDL::Parsers in the
same process without them stepping on each others toes.
2022-10-09 10:14:57 +02:00
..
CMakeLists.txt LibIDL+WrapperGenerator: Make it easier to work with IDL::Type classes 2022-09-17 21:27:17 +02:00
IDLParser.cpp LibIDL: Remove static maps for interfaces and resolved imports 2022-10-09 10:14:57 +02:00
IDLParser.h LibIDL: Remove static maps for interfaces and resolved imports 2022-10-09 10:14:57 +02:00
Types.cpp LibIDL: Implement EffectiveOverloadSet 2022-09-17 21:27:17 +02:00
Types.h BindingsGenerator+LibIDL: Parse "inherit" attributes 2022-10-06 21:45:07 +01:00