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

Cleanup/document source code access functions + add filename() #470

Merged
merged 1 commit into from
Jul 21, 2024

Commits on Jul 21, 2024

  1. Cleanup/document source code access functions + add filename()

    * Move all source code access functions which refer to source locations
      and strings into the top of source_files.jl, and add some
      documentation for these.
    * Add `filename()` function to determine source file name of a syntax
      object
    * Also add a minor generalization to SyntaxNode->Expr conversion code to
      make Expr conversion general enough to allow it to also be used for
      JuliaLowering.SyntaxTree. (internal/experimental interface, for now)
    c42f committed Jul 21, 2024
    Configuration menu
    Copy the full SHA
    c04ccc2 View commit details
    Browse the repository at this point in the history