Building a math expression evaluator

后端 未结 2 1339
一生所求
一生所求 2020-12-28 21:32

I can\'t use boost::spirit in my environment. But I would like to use STL and boost as much as possible to build my own expression evaluator. Is there such an alternative to

2条回答
  •  时光说笑
    2020-12-28 21:54

    YACC++ is a very good tool for parser generator for c++ applications. ANTLR is also agood option howver that does not have good documentation for its usage in C/C++.

提交回复
热议问题