feat: at least it compiles, right?
This commit is contained in:
@@ -14,7 +14,7 @@ impl JITCompile for Attrs {
|
||||
}
|
||||
}
|
||||
|
||||
impl JITCompile for List {
|
||||
impl JITCompile for List {
|
||||
fn compile<'gc>(self, ctx: &JITContext<'gc>) {
|
||||
todo!()
|
||||
}
|
||||
@@ -32,7 +32,7 @@ impl JITCompile for BinOp {
|
||||
}
|
||||
}
|
||||
|
||||
impl JITCompile for UnOp {
|
||||
impl JITCompile for UnOp {
|
||||
fn compile<'gc>(self, ctx: &JITContext<'gc>) {
|
||||
todo!()
|
||||
}
|
||||
@@ -91,13 +91,13 @@ impl JITCompile for Const {
|
||||
todo!()
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
impl JITCompile for String {
|
||||
fn compile<'gc>(self, ctx: &JITContext<'gc>) {
|
||||
todo!()
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
impl JITCompile for Var {
|
||||
fn compile<'gc>(self, ctx: &JITContext<'gc>) {
|
||||
todo!()
|
||||
@@ -124,6 +124,6 @@ impl JITCompile for Thunk {
|
||||
|
||||
impl JITCompile for Path {
|
||||
fn compile<'gc>(self, ctx: &JITContext<'gc>) {
|
||||
todo!()
|
||||
todo!()
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user