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

Remove pp and handle continuations #56

Merged
merged 2 commits into from
Aug 19, 2023

Commits on Jul 23, 2023

  1. Discard line continuations

    - Fixes #54
    virtuald committed Jul 23, 2023
    Configuration menu
    Copy the full SHA
    b07e1f8 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2023

  1. Restructure preprocessor support

    - Remove partial support for #define and other PP directives
    - Allow pragma to span multiple lines
    - Pragma now emits a list of tokens instead of a single string
    - Ignore #warning directive if present
    virtuald committed Aug 19, 2023
    Configuration menu
    Copy the full SHA
    bd9907a View commit details
    Browse the repository at this point in the history