Talk:Arithmetic evaluation: Difference between revisions

Content added Content deleted
m (→‎Use of libraries?: Forgot to sign; minor fix)
(→‎Use of libraries?: Fine with me)
Line 19: Line 19:


This task would be a perfect fit for the boost.spirit library. Is using such a library appropriate for this task? (Note that unlike parser generators like yacc, boost.spirit is a pure library solution, i.e. you don't use an external tool to generate C++ code, but you directly feed your source code to the C++ compiler). --[[User:Ce|Ce]] 10:39, 22 February 2008 (MST)
This task would be a perfect fit for the boost.spirit library. Is using such a library appropriate for this task? (Note that unlike parser generators like yacc, boost.spirit is a pure library solution, i.e. you don't use an external tool to generate C++ code, but you directly feed your source code to the C++ compiler). --[[User:Ce|Ce]] 10:39, 22 February 2008 (MST)
:If it's the right tool for the job, that's perfectly fine with me. --[[User:Short Circuit|Short Circuit]] 18:20, 22 February 2008 (MST)