Skip to content

[BUG] Add support for defining pointer to pointers.  #78

@leejy12

Description

@leejy12

Hi, I am very interested in this project's future!

Cppfront fails to compile this code

main: () -> int = {
    a:     int = 2;
    pa:   *int = a&;
    ppa: **int = pa&;
    return a*pa**ppa**; // 8
}

As of now, ppa: **int = pa&; does not work.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions