-
Notifications
You must be signed in to change notification settings - Fork 705
Open
Labels
featureA new feature.A new feature.🧱 Core CompilerAnything related to the core compiler including parsing, analysis, transforms, codegen, etc.Anything related to the core compiler including parsing, analysis, transforms, codegen, etc.
Description
To allow debugging and unit testing. This is a bit more complicated that it might seem due to code like this:
let x: Foo::[5u32]? = None;
let y = hash(x);
Here, x needs to have the same data layout it has in the compiled Aleo program which means we need more type information to be propagated in the interpreter, especially for const generic types.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
featureA new feature.A new feature.🧱 Core CompilerAnything related to the core compiler including parsing, analysis, transforms, codegen, etc.Anything related to the core compiler including parsing, analysis, transforms, codegen, etc.