mirror of
https://github.com/RGBCube/serenity
synced 2025-06-01 08:38:10 +00:00
IPCCompiler: Start working on a simple IPC definition language
Instead of doing everything manually in C++, let's do some codegen. This patch adds a crude but effective IPC definition parser, along with two initial definition files for the AudioServer's client and server endpoints.
This commit is contained in:
parent
c5903ec4bb
commit
aa8a3d4a89
5 changed files with 244 additions and 0 deletions
|
@ -15,6 +15,7 @@ make_cmd="make -j $MAKEJOBS"
|
|||
|
||||
build_targets=""
|
||||
build_targets="$build_targets ../DevTools/FormCompiler"
|
||||
build_targets="$build_targets ../DevTools/IPCCompiler"
|
||||
build_targets="$build_targets ../Libraries/LibC"
|
||||
build_targets="$build_targets ../Libraries/LibM"
|
||||
build_targets="$build_targets ../Libraries/LibCore"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue