mirror of
https://github.com/RGBCube/serenity
synced 2025-07-24 12:37:43 +00:00
![]() With this, we can parse a module at least as simple as the following C code would generate: ```c int add(int x, int y) { if (x > y) return x + y; return y - x; // Haha goteeem } ``` |
||
---|---|---|
.. | ||
Parser | ||
CMakeLists.txt | ||
Constants.h | ||
Opcode.h | ||
Types.h |