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

Support more compiler directives #257

Merged
merged 7 commits into from
Apr 9, 2024

Commits on Apr 8, 2024

  1. Configuration menu
    Copy the full SHA
    39678a0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d86179c View commit details
    Browse the repository at this point in the history
  3. Properly order semantic tokens of compilation directives

    Also avoid emitting empty semantic tokens
    nberth committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    7305e83 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    015b50d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c239bb0 View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2024

  1. In compiler directives, allow the "COBOL character space" to be multi…

    …ple spaces
    
    As per the ISO/IEC 1989:2014, page 92:
    > Anywhere a space is used as a separator or as part of a separator,
    > more than one space may be used.
    nberth committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    6863279 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    154ec29 View commit details
    Browse the repository at this point in the history