deimos-lang/dmc-lib/src/ir
2026-07-11 14:37:29 -05:00
..
assemble.rs Some examples/ files working again. 2026-07-03 17:37:08 -05:00
debug_print.rs Much work from semantic analysis to lowering to ir/register alloc to assembly. WIP. 2026-06-19 17:07:11 -05:00
ir_allocate.rs Repl with expressions working, let statements still not working. 2026-07-11 14:37:29 -05:00
ir_assign.rs Repl with expressions working, let statements still not working. 2026-07-11 14:37:29 -05:00
ir_binary_operation.rs Repl with expressions working, let statements still not working. 2026-07-11 14:37:29 -05:00
ir_block.rs Repl with expressions working, let statements still not working. 2026-07-11 14:37:29 -05:00
ir_call.rs Repl with expressions working, let statements still not working. 2026-07-11 14:37:29 -05:00
ir_class.rs More fixes to type info, etc. WIP. 2026-03-21 17:42:10 -05:00
ir_expression.rs Repl with expressions working, let statements still not working. 2026-07-11 14:37:29 -05:00
ir_function.rs Repl with expressions working, let statements still not working. 2026-07-11 14:37:29 -05:00
ir_get_field_ref_mut.rs Repl with expressions working, let statements still not working. 2026-07-11 14:37:29 -05:00
ir_get_field_ref.rs Repl with expressions working, let statements still not working. 2026-07-11 14:37:29 -05:00
ir_operation.rs Repl with expressions working, let statements still not working. 2026-07-11 14:37:29 -05:00
ir_parameter_or_variable.rs Cleaning up parameter/variable distinction; first attempt at managing register spills. WIP. 2026-06-19 19:17:58 -05:00
ir_parameter.rs Repl with expressions working, let statements still not working. 2026-07-11 14:37:29 -05:00
ir_read_field.rs Repl with expressions working, let statements still not working. 2026-07-11 14:37:29 -05:00
ir_return.rs Repl with expressions working, let statements still not working. 2026-07-11 14:37:29 -05:00
ir_set_field.rs Repl with expressions working, let statements still not working. 2026-07-11 14:37:29 -05:00
ir_statement.rs Repl with expressions working, let statements still not working. 2026-07-11 14:37:29 -05:00
ir_type_info.rs Some examples/ files working again. 2026-07-03 17:37:08 -05:00
ir_variable.rs Repl with expressions working, let statements still not working. 2026-07-11 14:37:29 -05:00
mod.rs Making semantic analysis more flexible so we can have a repl again soon. 2026-07-10 22:15:51 -05:00
register_allocation.rs Making semantic analysis more flexible so we can have a repl again soon. 2026-07-10 22:15:51 -05:00
util.rs Much work from semantic analysis to lowering to ir/register alloc to assembly. WIP. 2026-06-19 17:07:11 -05:00
variable_locations.rs Making semantic analysis more flexible so we can have a repl again soon. 2026-07-10 22:15:51 -05:00