1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 05:08:13 +00:00
serenity/Meta/Lagom/Tools/CodeGenerators/LibWeb/WrapperGenerator
Ali Mohammad Pur e9c76d339b Meta: Split and refactor the WrapperGenerator a bit
The single 4000-line WrapperGenerator.cpp file was proving to be a pain
to hack, and was filled with spaghetti, split it into a bunch of files
to lessen the impact of the spaghetti.
Also refactor the whole parser to use a class instead of a giant
function with a million lambdas.
2022-02-17 19:55:27 +01:00
..
CMakeLists.txt Meta: Split and refactor the WrapperGenerator a bit 2022-02-17 19:55:27 +01:00
IDLGenerators.cpp Meta: Split and refactor the WrapperGenerator a bit 2022-02-17 19:55:27 +01:00
IDLParser.cpp Meta: Split and refactor the WrapperGenerator a bit 2022-02-17 19:55:27 +01:00
IDLParser.h Meta: Split and refactor the WrapperGenerator a bit 2022-02-17 19:55:27 +01:00
IDLTypes.h Meta: Split and refactor the WrapperGenerator a bit 2022-02-17 19:55:27 +01:00
main.cpp Meta: Split and refactor the WrapperGenerator a bit 2022-02-17 19:55:27 +01:00