deimos-lang/dmc-lib/src/ast
2026-03-15 13:41:07 -05:00
..
assign_statement.rs Assign statements ir and fixing some things. 2026-03-14 19:53:06 -05:00
binary_expression.rs Parsing and lexing multiply, divide, modulo, shift operators. 2026-03-15 13:41:07 -05:00
call.rs Assign statements ir and fixing some things. 2026-03-14 19:53:06 -05:00
class.rs Yay! Class lookup and allocation e2e. 2026-03-13 20:21:49 -05:00
compilation_unit.rs Yay! Class lookup and allocation e2e. 2026-03-13 20:21:49 -05:00
constructor.rs Assign statements ir and fixing some things. 2026-03-14 19:53:06 -05:00
double_literal.rs Add doubles. 2026-03-10 17:32:16 -05:00
expression_statement.rs Assign statements ir and fixing some things. 2026-03-14 19:53:06 -05:00
expression.rs Refactor to use BinaryExpression. 2026-03-15 12:18:38 -05:00
extern_function.rs Add fqn_context. 2026-03-13 17:19:25 -05:00
field.rs Assign statements ir and fixing some things. 2026-03-14 19:53:06 -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 Add fqn_context. 2026-03-13 17:19:25 -05:00
identifier.rs Refactor scopes and symbol table for more resiliency and classes/fields. 2026-03-11 15:05:47 -05:00
integer_literal.rs Bunch of AST refactoring to make api easier. 2026-03-09 16:35:32 -05:00
ir_builder.rs Fix some ir-related things with fields. 2026-03-13 16:20:08 -05:00
ir_util.rs Assign statements ir and fixing some things. 2026-03-14 19:53:06 -05:00
let_statement.rs Assign statements ir and fixing some things. 2026-03-14 19:53:06 -05:00
mod.rs Refactor to use BinaryExpression. 2026-03-15 12:18:38 -05:00
negative_expression.rs Refactor to use IrBinaryOperation. 2026-03-15 12:56:22 -05:00
parameter.rs More work on getting example to compile, need to use fqns and proper returns. 2026-03-12 23:48:35 -05:00
statement.rs Assign statements ir and fixing some things. 2026-03-14 19:53: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 More work on getting example to compile, need to use fqns and proper returns. 2026-03-12 23:48:35 -05:00
util.rs Refactor to use BinaryExpression. 2026-03-15 12:18:38 -05:00