Skip to content

remaining variable ambiguity #308

Closed
Closed
@TimothyGu

Description

@TimothyGu

The EOF code point is a conceptual code point that signifies the end of a string or code point stream.

remaining references the substring after pointer in the string being processed.

File state: … remaining consists of zero code points

My understanding is that this condition in file state really covers two cases:

  • when c is the last code point of input
  • when c is the EOF code point

Is this understanding correct?

(I know in this case it doesn't really matter, as the case when c is the EOF code point will take a different switch-case above, but I just wanted to make sure remaining is properly understood and spec'd if necessary.)

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