Skip to content

Code parser is unnecessarily strict about comment syntax #55

Open
@disinvite

Description

@disinvite

Annotations like this are not processed correctly:

// FUNCTION: HELLO 0x1000
//NoSpace::Function

// FUNCTION: HELLO 0x2000
//           BigSpace::Function

// FUNCTION: HELLO 0x3000
///// Test::Function

We expect the comments to have the format: (optional leading spaces) (two frontslashes) (one space) (text).

We should capture the name from the comment and raise a syntax warning in these situations.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions