Parsing with Boost Spirit X3

Поділитися
Вставка
  • Опубліковано 4 лис 2024

КОМЕНТАРІ • 5

  • @TheOnlyAndreySotnikov
    @TheOnlyAndreySotnikov 6 місяців тому

    Boost Spirit X3 has been broken since version 1.78, and nobody is willing to fix it. I had to switch to the old Boost Spirit in my projects. Check issue 707. In brief, Spirit X3 is useless.

    • @UtahCppProgrammers
      @UtahCppProgrammers  6 місяців тому

      Boost.Parser just passed review and was accepted into boost. Boost.Parser is essentially a successor to Boost.Spirit X3. I intend to do a video on that library in the future.

    • @TheOnlyAndreySotnikov
      @TheOnlyAndreySotnikov 6 місяців тому

      @@UtahCppProgrammers Thank you for the news. I'll check it.

    • @TheOnlyAndreySotnikov
      @TheOnlyAndreySotnikov 6 місяців тому

      @@UtahCppProgrammers I tried it and found a couple of bugs. However, it looks promising. I especially like that for structure initialization, one doesn't have to use BOOST_FUSION_ADAPT_STRUCT.

    • @DerekZhang-p1z
      @DerekZhang-p1z 4 місяці тому

      @@UtahCppProgrammers Hi, in which version can I use Boost.Parser?