This commit is contained in:
2026-04-17 01:49:43 -04:00
parent e5ae506a84
commit 2f91e454dd
16 changed files with 268 additions and 401 deletions
+1 -7
View File
@@ -5,10 +5,4 @@ pub struct Struct {
fields: Vec<Field>,
}
impl Parsable for Struct {
fn parse(ctx: &mut ParseCtx) -> Result<Self, CompilerMsg> {
}
}
pub struct Field {
}
pub struct Field {}