Skip to content

Implement Smart Pointers (#shared, #unique) #3

@theQuarky

Description

@theQuarky

The compiler currently lacks codegen implementation for smart pointers.

Requirements:

  • Implement reference counting for #shared<T>
  • Implement unique ownership for #unique<T>
  • Update LLVMCodeGenerator.cpp to handle these types correctly

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions