deimos-lang/dmc-lib/src/ast
2026-06-20 16:50:30 -05:00
..
assign_statement.rs Quick fix compilation errors in old AST code. 2026-06-20 16:50:30 -05:00
binary_expression.rs Quick fix compilation errors in old AST code. 2026-06-20 16:50:30 -05:00
call.rs Much work from semantic analysis to lowering to ir/register alloc to assembly. WIP. 2026-06-19 17:07:11 -05:00
class.rs WIP. 2026-05-21 14:54:29 -05:00
compilation_unit.rs WIP. 2026-05-21 17:06:43 -05:00
constructor.rs Quick fix compilation errors in old AST code. 2026-06-20 16:50:30 -05:00
double_literal.rs Work on new compile pipeline and semantic analysis flow WIP. 2026-04-12 17:24:37 -05:00
expression_statement.rs Filling various code holes. WIP. 2026-05-11 13:23:08 -05:00
expression.rs Quick fix compilation errors in old AST code. 2026-06-20 16:50:30 -05:00
extern_function.rs Add semantic analysis module and first steps. 2026-05-23 21:21:31 -05:00
field.rs Work on constructor with new lowering api. WIP. 2026-05-04 14:02:34 -05:00
fqn_context.rs Immutable use of FqnContext. 2026-03-27 11:27:19 -05:00
fqn_util.rs Add fqn_context. 2026-03-13 17:19:25 -05:00
fqn.rs Starting work on IR. 2026-02-27 16:26:56 -06:00
function.rs Quick fix compilation errors in old AST code. 2026-06-20 16:50:30 -05:00
generic_parameter.rs Work on new compile pipeline and semantic analysis flow WIP. 2026-04-12 17:24:37 -05:00
helpers.rs Work on new compile pipeline and semantic analysis flow WIP. 2026-04-12 17:24:37 -05:00
identifier.rs Quick fix compilation errors in old AST code. 2026-06-20 16:50:30 -05:00
integer_literal.rs Work on new compile pipeline and semantic analysis flow WIP. 2026-04-12 17:24:37 -05:00
ir_builder.rs Major refactor of frontend ast semantic analysis. WIP. 2026-03-20 19:36:06 -05:00
ir_util.rs Quick fix compilation errors in old AST code. 2026-06-20 16:50:30 -05:00
let_statement.rs Quick fix compilation errors in old AST code. 2026-06-20 16:50:30 -05:00
mod.rs New lowering methods WIP. 2026-04-22 10:35:56 -04:00
negative_expression.rs Quick fix compilation errors in old AST code. 2026-06-20 16:50:30 -05:00
parameter.rs Much work from semantic analysis to lowering to ir/register alloc to assembly. WIP. 2026-06-19 17:07:11 -05:00
statement.rs Filling various code holes. WIP. 2026-05-11 13:23:08 -05:00
string_literal.rs Work on new compile pipeline and semantic analysis flow WIP. 2026-04-12 17:24:37 -05:00
type_use.rs Add semantic analysis module and first steps. 2026-05-23 21:21:31 -05:00