BillHung.Net


powered by FreeFind     sms

Michael Hoisie <hoisie@berkeley.edu> wrote:
> <*hello> would print "Error in input file: Empty tag in line xx".
This is incorrect. Check the FSM figure in page 2. When parsing your
stream:

'<' -> move to gettag_empty
* (anything else) -> move to start

-Chema