work
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
use super::*;
|
||||
|
||||
pub struct Struct {
|
||||
name: String,
|
||||
fields: Vec<Field>,
|
||||
}
|
||||
|
||||
impl Parsable for Struct {
|
||||
fn parse(ctx: &mut ParseCtx) -> Result<Self, CompilerMsg> {
|
||||
}
|
||||
}
|
||||
|
||||
pub struct Field {
|
||||
}
|
||||
Reference in New Issue
Block a user