Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Input format #1459

Merged
merged 4 commits into from
Mar 6, 2024
Merged

Input format #1459

merged 4 commits into from
Mar 6, 2024

Commits on Jan 28, 2024

  1. Lexical structure: move the description of CRLF normalization

    We now say that CRLF normalization happens as a separate pass before
    tokenization.
    mattheww committed Jan 28, 2024
    Configuration menu
    Copy the full SHA
    fa56fdb View commit details
    Browse the repository at this point in the history
  2. lexical structure: move the description of BOM-removal

    This takes place at the same time as CRLF normalisation.
    
    It's better not to list it in a Lexer block, as it isn't a token that can be
    fed to a macro.
    mattheww committed Jan 28, 2024
    Configuration menu
    Copy the full SHA
    5f51269 View commit details
    Browse the repository at this point in the history
  3. lexical structure: move the description of shebang-removal

    This takes place after CRLF normalization.
    
    It's better not to list the shebang in a Lexer block, as it isn't a token that
    can be fed to a macro.
    mattheww committed Jan 28, 2024
    Configuration menu
    Copy the full SHA
    e364b6c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8ba3c49 View commit details
    Browse the repository at this point in the history