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

Ast_builder documentation #518

Open
wants to merge 7 commits into
base: main
Choose a base branch
from

Commits on Sep 26, 2024

  1. Refactor ast_builder to add documentation comments

    Signed-off-by: Patrick Ferris <[email protected]>
    patricoferris committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    28ee351 View commit details
    Browse the repository at this point in the history
  2. Add sections and parsetree docs to ast_builder

    Signed-off-by: Patrick Ferris <[email protected]>
    patricoferris committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    770356b View commit details
    Browse the repository at this point in the history
  3. Explicitly construct ast_builder floating comments

    Signed-off-by: Patrick Ferris <[email protected]>
    patricoferris committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    f0c4772 View commit details
    Browse the repository at this point in the history
  4. Changelog entry

    Signed-off-by: Patrick Ferris <[email protected]>
    patricoferris committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    e0df3f5 View commit details
    Browse the repository at this point in the history
  5. Simplify type variable reconstruction

    Signed-off-by: Patrick Ferris <[email protected]>
    
    Co-authored-by: Nathan Rebours <[email protected]>
    patricoferris and NathanReb committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    d3666fe View commit details
    Browse the repository at this point in the history
  6. Only pass type declaration once to gen_combinator_for_record

    Signed-off-by: Patrick Ferris <[email protected]>
    
    Co-authored-by: Nathan Rebours <[email protected]>
    patricoferris and NathanReb committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    59f0719 View commit details
    Browse the repository at this point in the history
  7. Avoid duplication in gen_ast_builder

    Signed-off-by: Patrick Ferris <[email protected]>
    
    Co-authored-by: Nathan Rebours <[email protected]>
    patricoferris and NathanReb committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    e324f5a View commit details
    Browse the repository at this point in the history