| www.delorie.com/gnu/docs/bison/bison_54.html | search |
![]() Buy the book! | |
| [ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
Though grammar rules and semantic actions are enough to write a fully functional parser, it can be useful to process some additional information, especially symbol locations.
The way locations are handled is defined by providing a data type, and actions to take when rules are matched.
3.6.1 Data Type of Locations Specifying a data type for locations. 3.6.2 Actions and Locations Using locations in actions. 3.6.3 Default Action for Locations Defining a general way to compute locations.
| webmaster donations bookstore | delorie software privacy |
| Copyright © 2003 by The Free Software Foundation | Updated Jun 2003 |