Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Won't Do
-
None
-
None
-
None
Description
As a developer I want to use boost spirit to get rid of lex and yacc.
This kicks dependency to lex, flex, yacc, bison or what ever.
This makes building easier, because only c++ code must be compiled.
All grammar is inside the code - all c++. No need to learn ll and yy.