Menu

#26 interpreter should be reentrant

open
nobody
None
2
2007-09-17
2007-09-17
No

The interpreter should be reentrant. This means a host should be able to have two different interpreters instantiated, and have no conflict between them.

Current problems are:
flex scanner isn't reentrant.
bison parser isn't reentrant.
use of global variables.

Discussion


Log in to post a comment.