Git Product home page Git Product logo

Comments (5)

odashi avatar odashi commented on April 28, 2024 1

@Eric-Mendes Thanks!

My first thought about the strategy is as follows:

  1. If the parser found that an identifier involves some prefix (in your case, np), the parser investigates whether the prefix is pointing to a module or not.
  2. If it is a module, try to obtain the real name of the module (np -> numpy)
  3. Checks if the real module name is listed in the pre-defined list (e.g., ["math", "numpy", "tensorflow", "torch"]), the parser replaces the original identifier by removing the prefix (np.inf -> inf).

I think this should also work for the case you mentioned.

from latexify_py.

odashi avatar odashi commented on April 28, 2024 1

@Eric-Mendes Yeah feel free to try it. The task is to implement a new NodeTransformer class in src/latexify/transformers that returns the modified AST. Other classes in the same directory may help to implement it.

from latexify_py.

Eric-Mendes avatar Eric-Mendes commented on April 28, 2024 1

Just tried it, @odashi 😄
I hope I'm on the right track.

from latexify_py.

Eric-Mendes avatar Eric-Mendes commented on April 28, 2024

Just found out about this lib and was playing around with it. The trimming on functions amazed me, but I noticed that package constants don't have the prefixes trimmed. Is this on purpose? Should I open an issue for it?

This is not a problem to my current work, but I thought it was a nice observation to make here.

Example:
image

from latexify_py.

Eric-Mendes avatar Eric-Mendes commented on April 28, 2024

It's been a while since my last compilers class in college, but can I try to work on this, @odashi?

from latexify_py.

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.