Code Monkey home page Code Monkey logo

Comments (3)

w4454962 avatar w4454962 commented on June 11, 2024 3

OK, I know what to do. I'll use parse_tree and rewrite transform to complete
thank you

from pegtl.

w4454962 avatar w4454962 commented on June 11, 2024

ActionInput need const std::vector<ActionInput>& get_childs_input() and const ActionInput& get_parent_input() method How can i do ?

from pegtl.

ColinH avatar ColinH commented on June 11, 2024

I don't want to write many applys.

Implementing many actions might be inevitable. Unless you add some intermediate layer, which could also be the parse tree from tao/pegtl/contrib/parse_tree.hpp.

Is there a ready-made capture list?
ActionInput need const std::vector<ActionInput>& get_childs_input()

That would require additional book-keeping which would be rather costly if it automatically kept the capture of every sub-rule. This cost should only be paid when and where necessary.

You might be able to set up some vector in the states, and a simple action that gets applied to multiple rules that merely pushes some information on to the vector, and then do all the actual processing in the action for the enclosing rule.

and const ActionInput& get_parent_input() method. How can i do?

I don't get the intended semantics. What should get_parent_input() return?

Btw, the default case of check_action< Rule > should use tao::pegtl::nothing< Rule > as public base class.

from pegtl.

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.