1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-28 12:45:07 +00:00
serenity/Meta/Lagom/Tools/CodeGenerators/IPCCompiler
Hendiadyoin1 bd6927ecab Meta: Refactor the IPC-compiler and port it to LibMain
This does a few things in total:
* Ports the IPC-compiler to LibMain
* Extract some compiler steps into separate functions
* Minify some appends to use appendln (or appendff in the case of
  StringBuilder)

This reduces the clang-tidies maximum cognitive-complexity score for
this file from 325 to under 100.
2022-03-28 23:08:08 +02:00
..
CMakeLists.txt Meta: Refactor the IPC-compiler and port it to LibMain 2022-03-28 23:08:08 +02:00
main.cpp Meta: Refactor the IPC-compiler and port it to LibMain 2022-03-28 23:08:08 +02:00