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

Fixes SExpression formatting #65

Merged
merged 5 commits into from
Jun 11, 2024
Merged

Fixes SExpression formatting #65

merged 5 commits into from
Jun 11, 2024

Commits on May 23, 2024

  1. Changes SExpression children to use SEXPRESSION_ATOM instead of `VA…

    …LUE`
    
    * Adds changes in `IonSExpressionBlock` to consider `SEXPRESSION_ATOM`
    as children as per BNF grammar
    * Adds changes in `IonCodeBlockSpacing` to correctly consider
    `SEXPRESSION_ATOM` as children as per BNF grammar
    desaikd committed May 23, 2024
    Configuration menu
    Copy the full SHA
    4c62984 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    478be38 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f0b4f52 View commit details
    Browse the repository at this point in the history
  4. Removes treating first element as operator in SExp

    * Removed operator definition and usage in SExp from grammar
    * All the code in gen/ is generated from IDE `generate parser` based on
    BNF grmmar
    * Removed all reference of sexpression operator
    * Modified test to format first element as a normal sexpression element
    desaikd committed May 23, 2024
    Configuration menu
    Copy the full SHA
    c489a4e View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2024

  1. Revert "Removes treating first element as operator in SExp"

    This reverts commit c489a4e.
    desaikd committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    5c0f9b9 View commit details
    Browse the repository at this point in the history