Skip to content
This repository was archived by the owner on Feb 20, 2022. It is now read-only.
This repository was archived by the owner on Feb 20, 2022. It is now read-only.

packed, cppclass, fused, namespace are keywords (in some contexts) #20

@aldanor

Description

@aldanor

Example:

cdef packed struct Foo:
    pass

cdef extern from "foo.h" namespace "my::namespace":
    cdef cppclass A:
        pass

ctypedef fused int_or_float:
    int
    float

Looks like GitHub's syntax highlighter correctly picks it up (except namespace) :)

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions