Skip to content

Support function annotations #1630

@DavePearce

Description

@DavePearce

The goal of this feature is to support annotations on functions, such as the following:

@ghost
fn f(x:u32) -> (y:u32) {
   ...
}

The key is that we need a way to define annotations somehow. It could be that, initially, we simply have some built-in annotations. However, eventually we might want the ability to add custom annotations, such as with arguments, etc.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requestzkcIssues related to ZkC language

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions