-
Notifications
You must be signed in to change notification settings - Fork 28
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
Add support for adjusting Index to Inline #394
Conversation
[note] |
@ydah The direction seems good. Could you check the logic of reference overwrite, #394 (comment) ? |
@yui-knk Thank you for your review! I updated this PR. |
|
``` ❯ exe/lrama -d sample/calc.y -o calc.c && gcc -Wall calc.c -o calc && ./calc Enter the formula: 1 parse error: syntax error, unexpected NUM [1] 52278 segmentation fault ./calc ```
@yui-knk I rebased and fix conflict. |
LGTM! |
No description provided.