Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

12. Summary

This tutorial showed you how to build a parser for a calculator language. Now that you understand how to do this, you should be able to use the same techniques and building blocks presented here to build a parser for your own language. You should start building the parser and once you face a problem (eg. you need to add parens or you need better error messages) you can always return to this tutorial and read the section showing you how to deal with those situations.


PrevUpHomeNext