Coder Social home page Coder Social logo

Comments (9)

nobodywasishere avatar nobodywasishere commented on June 25, 2024 3

This use-case no, but for general use-cases to be able to have tools not built with the compiler that can work with the AST is moreso what I meant.

from crystal.

straight-shoota avatar straight-shoota commented on June 25, 2024 1

That could be easily changed with a flag though.

Why did you close this? I think this it's worth pursuing a solution.

from crystal.

nobodywasishere avatar nobodywasishere commented on June 25, 2024

Actually, I'm not sure how these would fit into this as modules/enums/etc don't inherit from a generic Object class. Maybe instead we could have a crystal tool namespace command that outputs information about every NamedType? Thoughts?

from crystal.

straight-shoota avatar straight-shoota commented on June 25, 2024

Yeah I suppose a separate tool might be better for this.

from crystal.

nobodywasishere avatar nobodywasishere commented on June 25, 2024

Put together what I'm looking for here, let me know if this idea is PR worthy: https://github.com/nobodywasishere/crystal/tree/nobody/namespaces-tool

Resisted the urge to add docs to the output haha. Honestly maybe the move is to just add a crystal tool dump_ast command that has params like --wants-doc/--no-cleanup/--top-level/etc, so other tooling can just accept that and use that, instead of needing bespoke cli tools for everything. Would go in-hand with #14705, as we'd need a way to serialize the AST to/from disk.

from crystal.

straight-shoota avatar straight-shoota commented on June 25, 2024

For this use case you don't need the full AST (compared to other tools which trace method calls, for example). It's just a very high-level view of the outline. So I don't think this is related to #14705.

Actually, you can pull out the information about (documented) namespaces from index.json from the doc generator.
Improvements to the data format would help improcing this, and of course decoupling the raw data from HTML generation (#6947 and https://forum.crystal-lang.org/t/the-weight-of-compiler-tools/6888).

from crystal.

nobodywasishere avatar nobodywasishere commented on June 25, 2024

Good point with the docs index.json though, I'll look into trying to use that.

from crystal.

nobodywasishere avatar nobodywasishere commented on June 25, 2024

Unfortunately the index.json only includes stuff in the ./src directory by default, whereas I'd want everything available in the entire namespace (./lib, stdlib, and c lib bindings).

from crystal.

nobodywasishere avatar nobodywasishere commented on June 25, 2024

My thought was this issue, if it just became adding more output to the docs json generator, would be duplicates of #7904 and #6721, and should be handled in those issues (treating the docs json output as a serialization of a top-level analysis)

from crystal.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.