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

Added support for GCC numeric suffixes and fixed a couple bugs - see details below #37

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

bobhablutzel
Copy link

  • Added Feature to toggle whether GCC numeric suffixes are active
  • Fixed bug when StringLexerSource wasn't init()'ed when added macro
  • Fixed bug where macro expansions in the format and "foo" where
    treated as raw text rather than header/include tokens (code actually
    recognizes the raw text as a header/include and builds it on the fly)

- Added Feature to toggle whether GCC numeric suffixes are active
- Fixed bug when StringLexerSource wasn't init()'ed when added macro
- Fixed bug where macro expansions in the format <foo> and "foo" where
  treated as raw text rather than header/include tokens (code actually
  recognizes the raw text as a header/include and builds it on the fly)
- Fixed bug in last PR that didn't advance to the next token when handling
  a untokenized (macro expanded) <header>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant