deimos-lang/dmc-lib/src/ir
2026-03-20 19:36:06 -05:00
..
assemble.rs End-to-end with register allocation. 2026-03-08 01:27:09 -06:00
ir_allocate.rs Compiling fields getters/setters. 2026-03-12 21:52:52 -05:00
ir_assign.rs Clean up ir vr_user trait and implementations. 2026-03-15 13:16:21 -05:00
ir_binary_operation.rs Instruction generation and implementation for shift and bitwise operators. 2026-03-15 16:18:09 -05:00
ir_block.rs Major refactor of frontend ast semantic analysis. WIP. 2026-03-20 19:36:06 -05:00
ir_call.rs Clean up ir vr_user trait and implementations. 2026-03-15 13:16:21 -05:00
ir_class.rs Major refactor of frontend ast semantic analysis. WIP. 2026-03-20 19:36:06 -05:00
ir_expression.rs Instruction generation and implementation for shift and bitwise operators. 2026-03-15 16:18:09 -05:00
ir_function.rs Major refactor of frontend ast semantic analysis. WIP. 2026-03-20 19:36:06 -05:00
ir_get_field_ref_mut.rs Clean up ir vr_user trait and implementations. 2026-03-15 13:16:21 -05:00
ir_get_field_ref.rs Clean up ir vr_user trait and implementations. 2026-03-15 13:16:21 -05:00
ir_operation.rs Clean up ir vr_user trait and implementations. 2026-03-15 13:16:21 -05:00
ir_parameter_or_variable.rs Clean up ir vr_user trait and implementations. 2026-03-15 13:16:21 -05:00
ir_parameter.rs Instruction generation and implementation for multiplicative operators. 2026-03-15 15:50:02 -05:00
ir_read_field.rs Clean up ir vr_user trait and implementations. 2026-03-15 13:16:21 -05:00
ir_return.rs Clean up ir vr_user trait and implementations. 2026-03-15 13:16:21 -05:00
ir_set_field.rs Clean up ir vr_user trait and implementations. 2026-03-15 13:16:21 -05:00
ir_statement.rs Compiling fields getters/setters. 2026-03-12 21:52:52 -05:00
ir_variable.rs Clean up ir vr_user trait and implementations. 2026-03-15 13:16:21 -05:00
mod.rs Refactor to use IrBinaryOperation. 2026-03-15 12:56:22 -05:00
register_allocation.rs Clean up ir vr_user trait and implementations. 2026-03-15 13:16:21 -05:00
util.rs Compiling fields getters/setters. 2026-03-12 21:52:52 -05:00