Commit bb6ca7682c933404d2fd27c58f4838d8b271f93f

Ran Benita 2012-03-27T22:41:22

Make parser and scanner reentrant All global state is removed from the parser and scanner. This makes use of the standard facilities in Bison and Flex for reentrant/pure scanner/lexer and location tracking. Signed-off-by: Ran Benita <ran234@gmail.com> [daniels: Updated to current sources.]