mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 12:17:44 +00:00
![]() Instead of signalling allocation failure with a bool return value (false), we now use ErrorOr<void> and return ENOMEM as appropriate. This allows us to use TRY() and MUST() with Vector. :^) |
||
---|---|---|
.. | ||
AbstractMachine | ||
Parser | ||
Printer | ||
Tests | ||
CMakeLists.txt | ||
Constants.h | ||
Opcode.h | ||
Types.h |