deimos-lang/dmc-lib/src/ast
2026-03-25 10:12:05 -05:00
..
assign_statement.rs Fixing name checking for constructor assignment destinations. WIP. 2026-03-21 17:53:35 -05:00
binary_expression.rs Major refactor of frontend ast semantic analysis. WIP. 2026-03-20 19:36:06 -05:00
call.rs More fixes to type info, etc. WIP. 2026-03-21 17:42:10 -05:00
class.rs All tests passing again. 2026-03-21 18:04:13 -05:00
compilation_unit.rs Unused import. 2026-03-23 10:47:47 -05:00
constructor.rs More fixes to type info, etc. WIP. 2026-03-21 17:42:10 -05:00
diagnostic_factories.rs Preparing for intrinsic class symbols. WIP. 2026-03-21 11:36:42 -05:00
double_literal.rs Add doubles. 2026-03-10 17:32:16 -05:00
expression_statement.rs Major refactor of frontend ast semantic analysis. WIP. 2026-03-20 19:36:06 -05:00
expression.rs Fixing name checking for constructor assignment destinations. WIP. 2026-03-21 17:53:35 -05:00
extern_function.rs All examples working again. 2026-03-21 18:18:28 -05:00
field.rs Fewer tests failing. WIP. 2026-03-20 20:39:30 -05:00
fqn_context.rs Add fqn_context. 2026-03-13 17:19:25 -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 More fixes to type info, etc. WIP. 2026-03-21 17:42:10 -05:00
generic_parameter.rs Fixing bugs. WIP. 2026-03-20 23:57:09 -05:00
helpers.rs Major refactor of frontend ast semantic analysis. WIP. 2026-03-20 19:36:06 -05:00
identifier.rs All examples working again. 2026-03-21 18:18:28 -05:00
integer_literal.rs Bunch of AST refactoring to make api easier. 2026-03-09 16:35:32 -05:00
ir_builder.rs Major refactor of frontend ast semantic analysis. WIP. 2026-03-20 19:36:06 -05:00
ir_util.rs Fewer tests failing. WIP. 2026-03-20 20:39:30 -05:00
let_statement.rs Repl with let statements mostly working. 2026-03-25 10:12:05 -05:00
mod.rs Major refactor of frontend ast semantic analysis. WIP. 2026-03-20 19:36:06 -05:00
negative_expression.rs Major refactor of frontend ast semantic analysis. WIP. 2026-03-20 19:36:06 -05:00
parameter.rs More fixes to type info, etc. WIP. 2026-03-21 17:42:10 -05:00
statement.rs Major refactor of frontend ast semantic analysis. WIP. 2026-03-20 19:36:06 -05:00
string_literal.rs Add return-type checking and fix string literal type-info bug. 2026-03-10 12:42:53 -05:00
type_use.rs All tests passing again. 2026-03-21 18:04:13 -05:00
util.rs Refactor class ast node. 2026-03-18 15:12:51 -05:00