feat: better builtins implementaion
get rid of circular references
This commit is contained in:
@@ -114,5 +114,5 @@ pub struct Program {
|
||||
pub funcs: Slice<Func>,
|
||||
pub symbols: Vec<EcoString>,
|
||||
pub symmap: HashMap<EcoString, usize>,
|
||||
pub consts: Box<[Const]>
|
||||
pub consts: Box<[Const]>,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user