Bug List

Member nor_utils::StreamTokenizer::has_token ()
In fact this method does not know if there are other tokens awaiting. If there are characters after the last delimiter at the end of the stream, they will be considered a token and therefore, this method will return true. This happens also if there is just a newline (in the case it is not a delimiter). It is possible to avoid this problem, but will affect efficency. Because a "spurious" token will just be ignored by the parser I decided to just leave it as it is.

Generated on Mon Nov 28 21:43:47 2005 for MultiBoost by  doxygen 1.4.5