-
Notifications
You must be signed in to change notification settings - Fork 72
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
Macro contents detection #50
Comments
I played with a few methods, it is the "\10;" that causes it, somehow... I actually saw the same bug years ago in fixes.inc, but didn't put the two together: |
Also possibly related:
That hangs the compiler, I don't think it should. My expected output is: Match stock:
Match iterfunc:
Match TYPES:
No matches left. But it just hangs. |
Not sure if it helps, but this is what my macro debugger spits out:
BTW, maybe a feature could be added to check if a macro replaces into the same thing then throw an error. |
I really wanted your stepper, but it wasm't online. Thanks - that is clearly wrong. |
Yeah sorry about that. I've been meaning to improve this and create a pull request here. |
OK, I would love to see how much junk gets spit out using that on the YSI test script! |
Could this be related to the how -l produces inaccurate results? I remember you brought it up recently. Gonna close this with "stale" for now as it's either fixed or not a huge problem. |
This:
When compiled with "-l" produces "C". My understanding of the pre-processor is that it should produce just "B"...
The text was updated successfully, but these errors were encountered: