Skip to content

Space(s) are eaten in front of hex numbers #25

@ayourtch

Description

@ayourtch

processing this input:

return 0xff;

results in the following output:

return255;

Conversion to decimal is probably OK (though nominally preprocessor should not do it), but eating up the space before is a problem.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions