latexify_py icon indicating copy to clipboard operation
latexify_py copied to clipboard

More refactoring

Open odashi opened this issue 2 years ago • 0 comments

Overview

  • Support all constant literals.
  • Digits are wrapped by { and } so that the subscript operator works: $x_42$ --> $x_{42}$
    • This would insert unnecessarily many braces at this point, need further refactoring.
  • Separate parsing strategy from get_latex to parser.parse_function.
  • Test utilities:
    • Make ast_equal stricter.
    • Add require_at_least/most decorator to run tests on only specific Python verisons.
  • Other trivial refactoring.

Details

NA

References

NA

Blocked by

NA

odashi avatar Oct 31 '22 03:10 odashi