Signed-off-by: erick-alcachofa <erick@artichoke.dev> This commit adds `Uninitialized` to several enums in `Common.hpp` to ensure they are properly initialized. It also adds missing binary operators like `BitAnd`, `BitXor`, `Adition`, and `Multiplication`. This change improves the robustness and functionality of the AST parser.