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

Add support for adjusting Index to Inline #394

Merged
merged 11 commits into from
May 17, 2024
Merged

Commits on May 17, 2024

  1. Configuration menu
    Copy the full SHA
    71c6f37 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2435ee6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4092011 View commit details
    Browse the repository at this point in the history
  4. Support @n style

    ydah committed May 17, 2024
    Configuration menu
    Copy the full SHA
    2b7e0cf View commit details
    Browse the repository at this point in the history
  5. Remove unnecessary codes

    ydah committed May 17, 2024
    Configuration menu
    Copy the full SHA
    d5e722a View commit details
    Browse the repository at this point in the history
  6. Fix a segmentation fault when run calc

    ```
    ❯ 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
    ```
    ydah committed May 17, 2024
    Configuration menu
    Copy the full SHA
    0ef85f6 View commit details
    Browse the repository at this point in the history
  7. Remove unused instance variable

    ydah committed May 17, 2024
    Configuration menu
    Copy the full SHA
    604a7e9 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c87e9f5 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    39fc2fd View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    56b1f45 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    c638e08 View commit details
    Browse the repository at this point in the history