Is the ANTLR parser generator best for a C++ app with constrained memory?

前端 未结 7 1659
粉色の甜心
粉色の甜心 2021-02-06 08:10

I\'m looking for a good parser generator that I can use to read a custom text-file format in our large commercial app. Currently this particular file format is read with a handm

7条回答
  •  死守一世寂寞
    2021-02-06 08:12

    Please have a look at the new C++ target I have posted for ANTLR. It also has the option to restrict the memory usage of the parser, and it exposes all the necessary memory management routines in the form of traits.

    http://www.antlr.org/wiki/pages/viewpage.action?pageId=29130826

提交回复
热议问题