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

Move more builtin module loading code out of mathics/builtin/__init__.py #875

Merged
merged 3 commits into from
Jul 9, 2023

Commits on Jul 9, 2023

  1. Configuration menu
    Copy the full SHA
    2d15502 View commit details
    Browse the repository at this point in the history
  2. More code moved to load_builtin.py

    Some imports moved as well.
    is_symbol_name comes from mathics_scanner, not the parser.
    rocky committed Jul 9, 2023
    Configuration menu
    Copy the full SHA
    b6b691b View commit details
    Browse the repository at this point in the history
  3. Adjust for moved imports...

    And modularity is further improved.
    rocky committed Jul 9, 2023
    Configuration menu
    Copy the full SHA
    fe10358 View commit details
    Browse the repository at this point in the history