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

Support substitution #67

Merged
merged 15 commits into from
Oct 30, 2022
Merged

Support substitution #67

merged 15 commits into from
Oct 30, 2022

Commits on Oct 22, 2022

  1. improve visit_Compare

    odashi committed Oct 22, 2022
    Configuration menu
    Copy the full SHA
    dc5225d View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2022

  1. improve boolop

    odashi committed Oct 23, 2022
    Configuration menu
    Copy the full SHA
    de6d72d View commit details
    Browse the repository at this point in the history
  2. support multiple comparators

    odashi committed Oct 23, 2022
    Configuration menu
    Copy the full SHA
    46c1540 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'add-in-op' into bool-ops

    odashi committed Oct 23, 2022
    Configuration menu
    Copy the full SHA
    12802b4 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2022

  1. add identifiers option.

    odashi committed Oct 24, 2022
    Configuration menu
    Copy the full SHA
    ae57605 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main' into 50-support-substitution

    odashi committed Oct 24, 2022
    Configuration menu
    Copy the full SHA
    39eaeb6 View commit details
    Browse the repository at this point in the history
  3. __future__

    odashi committed Oct 24, 2022
    Configuration menu
    Copy the full SHA
    e16615a View commit details
    Browse the repository at this point in the history
  4. 3.7 workaround

    odashi committed Oct 24, 2022
    Configuration menu
    Copy the full SHA
    ee33cf9 View commit details
    Browse the repository at this point in the history
  5. reorder arguments

    odashi committed Oct 24, 2022
    Configuration menu
    Copy the full SHA
    3d8a0ec View commit details
    Browse the repository at this point in the history
  6. fix docstring

    odashi committed Oct 24, 2022
    Configuration menu
    Copy the full SHA
    071d856 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2022

  1. Update src/latexify/frontend.py

    Co-authored-by: Shigeki Karita <[email protected]>
    Yusuke Oda and ShigekiKarita authored Oct 25, 2022
    Configuration menu
    Copy the full SHA
    b3d3eda View commit details
    Browse the repository at this point in the history
  2. add substr case

    odashi committed Oct 25, 2022
    Configuration menu
    Copy the full SHA
    bf021ac View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2022

  1. Merge branch 'main' into 50-support-substitution

    odashi committed Oct 29, 2022
    Configuration menu
    Copy the full SHA
    799796a View commit details
    Browse the repository at this point in the history
  2. Support subscription.

    odashi committed Oct 29, 2022
    Configuration menu
    Copy the full SHA
    ba28ac4 View commit details
    Browse the repository at this point in the history
  3. Support <=3.8 syntax

    odashi committed Oct 29, 2022
    Configuration menu
    Copy the full SHA
    de9118e View commit details
    Browse the repository at this point in the history