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

Added doctests, exceptions, type hints, fixed bug for infix_to_prefix_conversion #10062

Closed
wants to merge 4 commits into from

Commits on Oct 8, 2023

  1. Add doctests, exceptions, type hints and fix bug for infix_to_prefix_…

    …conversion.py
    
    Add doctests
    Add exceptions for expressions with invalid bracket positions
    Add type hints for functions
    Fix a bug on line 53 (57 in PR)
    hollowcrust committed Oct 8, 2023
    Configuration menu
    Copy the full SHA
    fdca441 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    72d19e8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    78e8593 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6b78ef5 View commit details
    Browse the repository at this point in the history